Language Settings
Language settings for Java applications involve both character
sets and encoding:
- A character set is a set of characters (letters, numbers, and symbols such as #, $, and &) that are recognized by computer hardware and software.
- An encoding is a representation of data in a particular character set. An encoding set is a group of encodings.
For information about basic and extended encoding sets, see http://download.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html.
The default encoding set includes:
- UTF-8 (default)
- IS0-8859-1
- ISO-8859-5
- US-ASCII
- ISO_8859-1
- EUC-JP
- UTF-16
- ISO-2022-JP
Sterling B2B Integrator provides two property files
that contain supported encoding sets. These properties files reside in the
/install_dir/install/properties directory.
- encodings.properties – Contains the default encoding set used in the user interface.
- encodings_large.properties – Contains all supported encoding sets.
You are not limited to the encodings in the encoding.properties file. Sterling B2B Integrator enables you to configure the encodings properties files to expand the number of encodings you can use.