


DEFAULT-MAP-FILE
Use this variable to define the name and path of the map file to be used (if any) to map special characters in your client character set to their decimal or hexadecimal equivalent on the server. This file lets you reconcile the character encoding between two machines that use different codes for the same characters. It is particularly useful for international character translation.
Example:
DEFAULT-MAP-FILE=c:\etc\pc_iso
If the client runtime is AcuServer-enabled, you can keep your map file on a remote machine and access it using AcuServer. Simply use remote name notation for your DEFAULT-MAP-FILE entry to point to a server that is running the AcuServer daemon. For example:
DEFAULT-MAP-FILE=@sun3:/user/data/pc_iso_map
Note that you are not required to keep your map files on the same remote machine that you are CALLing with AcuConnect. If you do decide to keep you map file on the same machine, you can use the <server>-MAP-FILE variable to specify the map file.
Refer to International Character Handling for more information on creating a map file.