


1.2.8 International Character Handling
International character translation is supported in AcuServer environments.
The translation process is handled by the client runtime which uses an XFD
(extended file descriptor) and a user-defined map file to accomplish the
translation. A detailed description of international character handling is located in
Chapter 5, Section 5.4 of the ACUCOBOL-GT User's Guide.
To take advantage of international character mapping support you must:
- Create an XFD for each data file that contains fields that you want to have
translated. Use the "-Fx", "-Fx3", or "-Fxa" compile option to create an XFD
file (see Chapter 2 of the ACUCOBOL-GT User's Guide). Note that only fields of type CHARACTER can be translated.
- Create a map file. The map file specifies the values that characters are
translated into before being passed to the server, or translated back from before
being passed to the program. The map file can map any character value in the
range 0-255. Map files are described in detail in Section 5.4 of the ACUCOBOL-GT User's Guide.
- On the client, set the DEFAULT-MAP-FILE or server-MAP-FILE configuration variable to point to your map file (see Appendix H of
Book 4 of the ACUCOBOL-GT documentation set).