Determining Appropriate Non-Unicode Character Sets
Although the majority of the PeopleSoft system runs in Unicode, some operations, such as file system operations on Unix/Linux platforms and integration to some third-party products, cannot use Unicode characters. For each language in your database, you must determine which non-Unicode character set should be used when Unicode operations cannot be performed. The following table lists some of the non-Unicode character sets that are supported by PeopleTools. The complete list is in the PSCHARSETS table in the PeopleTools database. For each new language you add, select the appropriate non-Unicode character set from this table.
If you are not using a Unicode PeopleSoft database, the character set you select must be the character set you used to create the PeopleSoft database. For example, if you are using a DB2 UDB for OS/390 and z/OS database, you must specify the EBCDIC CCSID specified in your system's DSNZPARM configuration parameters.
This table shows some of the character sets that are supported by PeopleTools. Remember that this table is an excerpt from the complete list.
| Character Set | Description |
|---|---|
|
ISO-2022-KR |
ISO-2022-KR (Korean) |
|
ISO_8859-1 |
ISO 8859-1 (Latin1) |
|
ISO_8859-10 |
ISO 8859-10 (Latin6) |
|
ISO_8859-11 |
ISO 8859-11 (Thai) |
|
ISO_8859-14 |
ISO 8859-14 (Latin8) |
|
ISO_8859-15 |
ISO 8859-15 (Latin9 / Latin0) |
|
ISO_8859-2 |
ISO 8859-2 (Latin2) |
|
ISO_8859-3 |
ISO 8859-3 (Latin3) |
|
ISO_8859-4 |
ISO 8859-4 (Latin4) |
|
ISO_8859-5 |
ISO 8859-5 (Cyrillic) |
|
ISO_8859-6 |
ISO 8859-6 (Arabic) |
|
ISO_8859-7 |
ISO 8859-7 (Greek) |
|
ISO_8859-8 |
ISO 8859-8 (Hebrew) |
|
ISO_8859-9 |
ISO 8859-9 (Latin5) |
|
Shift_JIS |
Shift-JIS (Japanese) |
For the complete list, query the PSCHARSETS table in your SQL tool or in PeopleSoft Query. The complete list of character sets from PSCHARSETS is also provided in this PeopleBook.
See Character Sets Across the Tiers of the PeopleSoft Architecture.