Morse decode by nn

{gsub(/\./,5)gsub(/-/,2)gsub(/ /,"/3/")
for(n=split($0,a,"/");n;)o=substr("gt .ejlupwsqr zv ,hafmixnybkcod",a[n--]%32,1)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