I want to be able to convert chars not in iso 646 encoding to their
best match in iso 646. That is if there is a 'u' with an umlaut in
utf-8 i want to be able to convert it to a plain 'u' in 646.
Does Java have any libraries that handle something like that?
Something that I can custom map?