Telephone Keypad Letter Mapping by nn

BEGIN{RS=1}{o=o sprintf("%c",$0?$0%10/.32+90+length:32)}END{gsub("smno","stuv",o);print o}

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

download

return to the top page