EGL Reference Guide for iSeries

Data conversion when the invoker is Java code

The following rules pertain to Java code:

The next table lists the conversion tables that can be accessed by generated Java code at run time. Each name has the format CSOcx:

c
Represents the character set supported on the invoked platform. Select one of these:
x
Represents the code page number on the invoked platform. Each number is specified in the Character Data Representation Architecture Reference and Registry, SC09-2190. The registry identifies the coded character sets supported by the conversion tables.

Language Platform of Invoked Program
UNIX Windows 2000/NT/XP z/OS UNIX System Services or iSeries Java iSeries COBOL
Arabic CSOJ1046 CSOJ1256 CSOJ420 CSOE420
Chinese, simplified CSOJ1381 CSOJ1386 CSOJ1388 CSOE1388
Chinese, traditional CSOJ950 CSOJ950 CSOJ1371 CSOE1371
Cyrillic CSOJ866 CSOJ1251 CSOJ1025 CSOE1025
Danish CSOJ850 CSOJ850 CSOJ277 CSOE277
Eastern European CSOJ852 CSOJ1250 CSOJ870 CSOE870
English (UK) CSOJ850 CSOJ1252 CSOJ285 CSOE285
English (US) CSOJ850 CSOJ1252 CSOJ037 CSOE037
French CSOJ850 CSOJ1252 CSOJ297 CSOE297
German CSOJ850 CSOJ1252 CSOJ273 CSOE273
Greek CSOJ813 CSOJ1253 CSOJ875 CSOE875
Hebrew CSOJ856 CSOJ1255 CSOJ424 CSOE424
Japanese CSOJ943 CSOJ943 CSOJ1390 (Katakana SBCS), CSOJ1399 (Latin SBCS) CSOE1390 (Katakana SBCS), CSOE1399 (Latin SBCS)
Korean CSOJ1363 CSOJ1363 CSOJ1364 CSOE1364
Portuguese CSOJ850 CSOJ1252 CSOJ037 CSOE037
Spanish CSOJ850 CSOJ1252 CSOJ284 CSOE284
Swedish CSOJ850 CSOJ1252 CSOJ278 CSOE278
Swiss German CSOJ850 CSOJ1252 CSOJ500 CSOE500
Turkish CSOJ920 CSOJ1254 CSOJ1026 CSOE1026

If you do not specify a value for the conversion table in the linkage options part when you are calling a program from Java, the default conversion tables are those for English (US).


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]