My application takes an input from the user. Some of the Asian user enter text with latin-like characters but encoded with Unicode range U+FF01–FF5E.
When I try to compare this input strings with something in ASCII they are not equal (as expected).
Here is Wikipedia article about the characters range http://en.wikipedia.org/wiki/Halfwidth_and_fullwidth_forms
How do I convert characters from that range to ASCII equivalents?
Any help appreciated.
If these are the only characters you need to convert, you could use: