Mapping unsupported characters to supported characters

If you convert the database, you must decide what to do with each unsupported character. Each unsupported character must be mapped to one or more supported characters.

For example, you are converting a database from a Latin-1 character set to ASCII. If you have German-speaking users who have entered the character "ä" into the database, you can convert the character in one of these ways:
  • Convert the "ä" into "a", which is the closest single character.
  • Convert the "ä" into "ae", which is considered equivalent in German.
  • If the "ä" appears in a status code in German, convert the entire status code to English.

There is no simple solution to this problem; you must choose the mappings that best fit the needs of your users.