ALPHA_ASCII by nn

{for(i=0;c=substr($0,++i,1);)for(v=64;v++<90;)if(c==sprintf("%c",v))printf"%d ",v}

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

download

return to the top page