Controls transliteration for the OpenAccess SDK service when the code page retrieved from the operating system or database is not recognized. Operating system-specific code pages can be mapped to the IANA character set name, overwriting or extending the service built-in mappings. For more information about the IANA character set, refer to the IANA Web site.
The format of the value is a semi-colon separated list of values, where the first or second value specified is the code page value retrieved from the operating system. The second value is the ianaName, that is, the official IANA identifier for the code page.
For example, 932;UTF-8
Valid values
OS code page identifier;ianaName;
where OS code page identifier is the code page retrieved from the operating system, and ianaName is the official IANA identifier for the code page.