Re: DATA Tool - 50% smaller output - First sample code
Posted: Wed May 19, 2021 11:10 pm
I just wanted to point out that we could get 15 bits per character instead of 8
http://www.purebasic.com
https://www.purebasic.fr/english/
Code: Select all
Define Str_01$
Str_01$+""
Str_01$+""
Str_01$+""
Str_01$+""
Str_01$+""
Str_01$+""
Str_01$+""
Debug PeekS(Data_InCode_Decoder_BF(Str_01$), -1, #PB_UTF8)