Add commented example for AUTO recode feature

This commit is contained in:
Stas Degteff 2006-01-18 20:27:52 +00:00
parent aecee40c24
commit 916932b31d
2 changed files with 8 additions and 3 deletions

View File

@ -1319,8 +1319,11 @@ XLATESCSET MNEMONIC CP850 MNE_850.ESC
;XLATCHARSET <from charset> <to charset> <character translation table file>
include charsets.cfg ; This list is generated using allowed character translation table files
// Exclusion from charsets.cfg (non-standard charsets names)
// See also XLATCHARSETALIAS
// Exclusion from charsets.cfg
// Character translation table for "auto" recoding feature.
XlatCharSet AUTO CP850 850_850.chs
// Non-standard charsets names (See also XLATCHARSETALIAS)
XLATCHARSET MAC MAC mac_mac.chs
XLATCHARSET UKR CP866 ukr_866.chs
XLATCHARSET UKR KOI8-R ukr_koi.chs

View File

@ -1555,8 +1555,10 @@ XlatEscSet MNEMONIC CP850 MNE_850.esc
include charsets.cfg
// ˆáª«î祭¨ï ¨§ ®¯¨á ­­®£® ¢ ä ©«¥ charsets.cfg
// Žá­®¢­ë¥ â ¡«¨æë ¨¬¯®àâ  (8-bit -> 8-bit)
// ’ ¡«¨æ  ¤«ï à ¡®âë  «£®à¨â¬   ¢â®¬ â¨ç¥áª®£® ¢ë¡®à  ª®¤¨à®¢ª¨
XlatCharSet AUTO CP866 866_866.chs
// Žá­®¢­ë¥ â ¡«¨æë ¨¬¯®àâ  (8-bit -> 8-bit)
;XlatCharSet KOI8R CP866 K8R_866.chs
;XlatCharSet KOI8-R CP866 KOI_866.chs
;XlatCharSet CP1251 CP866 UKR_866.chs