Arbortext Command Language > set Command Options > set charentmapfile
  
set charentmapfile
set charentmapfile= { filename | none}
This command changes the mapping table used by Arbortext Editor when converting non-ASCII characters into entity references on output. filename is the path name of an ASCII file containing two columns separated by white space; the first column specifies the entity name and the second specifies the character code in decimal, octal (with leading 0), or hexadecimal (with leading 0x). For example:
nbsp 160
iexcl 161
The default output mapping is given in the isolat1.cf file in the lib subdirectory of Arbortext-path. The actual translation table is built into Arbortext Editor so changing that file will have no effect unless the charentmapfile option is used.
none restores the default translation.
Examples
set charentmapfile=/user-path/charent.map
set charentmapfile=none