I have a problem where I need to perform the following kind of conversions:
éclair => eclair
bär => bar
привет => privet
こんにちは => konnichiva
As you can see the idea is that any language gets converted into the plain English ASCII equivalent. The áčçéñtèd letters are converted into their plain equivalents, letters in cyrillic or japanese encoding are converted into into their transliterated equivalent.
Anyone knows of a good way or - better - a Node.Js library to do that?