A script-enabled browser is required for this page to function properly.

REPORTS_NLS_XML_CHARSETS environment variable

This environment variable specifies an override option to enable you to define the character set encoding used when saving a report in XML format. This is only necessary when the required character set mapping for NLS_LANG to XML IANA-defined character sets do not produce the required results.

Valid Values

Set of mapping pairs separated by semicolons. The first value is the encoding that is being produced and the second mapped value is the value that should be used for these cases.

Default

Not defined.

Usage notes

To enable your XML parser to understand the characters within the XML files, Oracle Reports does the following:

  1. Adds an encoding attribute to the XML declaration based on the value in NLS_LANG.
  2. Translates the value set as the NLS_LANG character set (for example, JA16SJIS) to what is expected in the XML specification (for example, Shift_JIS).

You can override this mapping by adding entries to the REPORTS_NLS_XML_CHARSET environment variable.

Example


ISO-8859-8=ISO-8859-8-1;CSEUCKR=EUC-KR;WINDOWS-949=EUC-KR;EUC-CN=GBK;...

See also

Environment variables