packed UTF 9 by yt

do
d=d+dec(chr$(peek(0))+chr$(peek(0)),16)*2^i
if i>0?chr$(mod(d,512));:i=i-9:d=d/512
if 0>peek(0)exit
i=i+8loop

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page