[Cygwin] localedef errors: UCS value of symbolic character out of range
-----------------------------------------------------------------------

                 Key: STDCXX-353
                 URL: https://issues.apache.org/jira/browse/STDCXX-353
             Project: C++ Standard Library
          Issue Type: Bug
          Components: Locales
    Affects Versions: 4.1.3
         Environment: Cygwin
            Reporter: Mark Brown


On Cygwin, locale successfully builds all locales except zh_CN.GB18030 and 
zh_TW.EUC-TW:

$ nice make -C../bin locales -k
make: Entering directory `/home/mbrown/stdcxx-gcc-4.1.1-15s/bin'
./localedef -w -c -f /home/mbrown/stdcxx/etc/nls/charmaps/GB18030 -i 
/home/mbrown/stdcxx/etc/nls/src/zh_CN 
/home/mbrown/stdcxx-gcc-4.1.1-15s/nls/zh_CN.GB18030
Error 315: UCS value 66304 of symbolic character <U00010300> out of range.
make: *** [zh_CN.GB18030] Error 4
./localedef -w -c -f /home/mbrown/stdcxx/etc/nls/charmaps/EUC-TW -i 
/home/mbrown/stdcxx/etc/nls/src/zh_TW 
/home/mbrown/stdcxx-gcc-4.1.1-15s/nls/zh_TW.EUC-TW
Error 315: UCS value 131083 of symbolic character <U0002000B> out of range.
make: *** [zh_TW.EUC-TW] Error 4
make: Target `locales' not remade because of errors.
make: Leaving directory `/home/mbrown/stdcxx-gcc-4.1.1-15s/bin'


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to