packed UTF 9 by nn

{for(;i<NF;){j=(9-i++%9)%9
v+=("0x"$i)*2^j
if(j)printf"%c",v%512,v/=512}}

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

download

return to the top page