My other question brought up a related question:
Is there a standard table of Unicode to ASCII transcriptions? Think for instance of German ü
mapping to ue
.
User bobince mentioned in a comment that other languages use the same character in a different way and I fear they may not only use the same glyph but also the same codepoint. Hence mapping e.g. "ü" to "u" would also be acceptable (mapping by visual similarity). So is mapping ü
to "u
as done by iconv (see for instance link posted by Juancho).
The methods shown in the link posted by Juancho are technically working solutions. However, is there a formal standard for such a mapping or at least a mapping used as a quasi-standard? Ideally it would also include for instance phonetics-based transcriptions for non-latin characters. I remember that one exists for Japanese kana and greek characters. It shouldn't be a big problem in that regard either.