ECI Client |
|
ECI clients use the standard 8-bit ISO data unless they call eci_set_enc UTF-8 for each connection to the server. This ensures that unmodified clients do not receive unsupported data from the server. Two things happen when calling eci_set_enc UTF-8:
The used encoding can be read from the configuration parameter EDB-CHR-ENC-JVM. However, the client may decide to use UTF-8 even if the server is not setup for I18N. The server currently supports only these encodings:
Currently, character conversion takes only place if UTF-8 is used. If the client does not use UTF-8, it has to use the encoding defined in EDB-CHR-ENC-JVM (this is also true for old server versions). |
|
C/C++ ECI Client |
|
The C/C++ ECI client does not use parameter objects for the connection,
so the client has to call eci_set_enc after opening a connection with
eci_connect. For C developer: ICU libraries have been added to the third party libraries
under $ep_root/ext/bin. The header files can be found under $ep_root/ext/inc/icu. |
|
Technical Information |
|
For further information about activating I18N features refer to the Administration manual.
|