Encoding must be specified for international characters to be displayed correctly on UI
components.
About this task
For example:
- Inventory Graph
- Delivery Map
- Shipnode in Inventory Console
- Item ID in Inventory Console
On UNIX,
the UTF-8 character encoding must be specified on your UNIX application server.
To
set up a UTF-8 environment:
Procedure
- Modify all process startup scripts (for
the application server, time-triggered transactions, and so on) to
include the
-Dfile.encoding=UTF-8 parameter for the Java™ command.
- Alternatively, when working on a UNIX application server, determine
whether or not it has UTF-8 capability by running the following command:
- From the international language option pack
appropriate to your UNIX operating
system, install at least one language that has the UTF-8 character
set, and then return to Step 2 to test the installation.