# 2009-05-26 # Sven Guckes # simple replacement of letters to digits # # s///g s/[oO]/0/g s/[lL]/1/g s/[eE]/3/g s/[aA]/4/g s/[tT]/7/g # TODO: # change umlauts to ae oe ue #EOF