Ignore:
Timestamp:
2001-02-08T13:17:33+13:00 (23 years ago)
Author:
sjboddie
Message:

Fixed a bug in the C++ encoding support - 8 bit encodings like windows-1251
were being treated as 16 bit encodings in some places

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/etc/main.cfg

    r1904 r1927  
    8989#              option is mandatory for all encoding lines except the
    9090#              special case for utf8.
     91# multibyte -- This optional argument should be set for all encodings that use
     92#              multibyte characters.
    9193
    9294# The utf8 encoding is handled internally and doesn't require a map file.
     
    125127
    126128# CJK encodings (note that Shift-JIS Japanese isn't currently supported)
    127 Encoding shortname=gbk "longname=Chinese Simplified (GBK)" map=gbk.ump
    128 Encoding shortname=big5 "longname=Chinese Traditional (Big5)" map=big5.ump
    129 Encoding shortname=euc-jp "longname=Japanese (EUC)" map=euc_jp.ump
    130 Encoding shortname=euc-kr "longname=Korean (UHC)" map=uhc.ump
     129Encoding shortname=gbk "longname=Chinese Simplified (GBK)" map=gbk.ump multibyte
     130Encoding shortname=big5 "longname=Chinese Traditional (Big5)" map=big5.ump multibyte
     131Encoding shortname=euc-jp "longname=Japanese (EUC)" map=euc_jp.ump multibyte
     132Encoding shortname=euc-kr "longname=Korean (UHC)" map=uhc.ump multibyte
    131133
    132134
Note: See TracChangeset for help on using the changeset viewer.