Jump to content

Talk:Run-length encoding: Difference between revisions

added comments about a suggestion being ASCII-centric. -- ~~~~
(added comments about a suggestion being ASCII-centric. -- ~~~~)
Line 16:
::And you can encode the run-length itself differently for very long runs (multiple escape-sequences vs. Base128 encoded run-length)
::: -- [[User:DataWraith|DataWraith]] 14:42, 25 April 2009 (UTC)
 
(for above) --- * ''Run code has high bit set, remaining 7 bits are run length-1.''
 
This would make the task (or at least, the solution) ASCII-centric, that is, it wouldn't work for EBCDIC characters, nor ASCII-8 characters. -- [[User:Gerard Schildberger|Gerard Schildberger]] 17:01, 29 December 2012 (UTC)
 
== PowerBASIC format wrong ==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.