REPORTS_NLS_XML_CHARSETS
environment variableThis 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. |
To enable your XML parser to understand the characters within the XML files, Oracle Reports does the following:
NLS_LANG
.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.
ISO-8859-8=ISO-8859-8-1;CSEUCKR=EUC-KR;WINDOWS-949=EUC-KR;EUC-CN=GBK;...
Copyright © 1984, 2005, Oracle. All rights reserved.