TeX catcode by 鳴神裁4.1号

fold -w1|sed 's/[0-9]/12/;t
s/\\/0/;t
s/ /10/;t
s/[a-zA-Z]/11/;t
s/%/14/;t
s/~/13/;t
y/ {}$&#^_/01234678/
s/[^0-9]/12/'

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

download

return to the top page