packed UTF 9 by murky-satyr

for($=readline(i=0).split(' '),r='';x=$[i];y=x>>j)(x='0x'+x,j=i++%9)&&(r+=String.fromCharCode(y|x<<9-j&255));print(r)

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

download

return to the top page