αθήνα (Unicode {Greek}; HEX: 03b1 03b8 03b7 03bd 03b1)
Will be converted to its ASCII Greek equivalent:
áèçíá (ASCII; HEX: 00e1 00e8 00e7 00ed 00e1)
So in other words I want to construct (if possible) an expression that will replace the entire Unicode Greek range with it's ASCII eqivalents letter by letter, another example:
Α (0391) becomes Á (00C1)
β (0392) becomes  (00C2)
Γ (0393) becomes Ø (00D8)
Δ (0394) becomes Ä (00C4)
etc.. etc..
For the life of me I cannot find a utility that will do this online or offline, however I can find millions of online/offline utilites that will convert the OTHER way around (Ascii TO Unicode).


