In a conventional native code Web application, the code system output to the WWW browser is native code. However, in a Unicode Web application, the code system can be UTF-8 or UCS-2. UTF-8 is selected to decrease the data amount when many ASCII characters are used throughout the system, and UCS-2 is selected to decrease the data amount when many national characters are used. The code system output to the WWW browser is selected in the following environment variable information:
Specifies the code system output to the WWW browser.
Value | Meaning |
---|---|
UTF8 | Specifies UTF-8 as the code system output to the WWW browser. |
UCS2 | Specifies UCS-2 little-endian as the code system output to the WWW browser. |
Note
The output code system of a native code Web application is fixed to native code. Therefore, no value can be specified in this environment variable.
When this environment variable information is set by the Web application itself, the results are undefined.