This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/11837] GB18030-2005 is not supported!


http://sourceware.org/bugzilla/show_bug.cgi?id=11837

Bruno Haible <bruno at clisp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bruno at clisp dot org

--- Comment #14 from Bruno Haible <bruno at clisp dot org> 2012-01-26 16:25:49 UTC ---
As a result of this mess, openSUSE 12.1 is now shipping with yet another
GB18030 converter: the one by Anthony Fok <anthony@thizlinux.com>, 2002.
And it is broken as well: It cannot convert the character
U+C50B HANGUL SYLLABLE SSEUH to GB18030:

$ printf '\x00\x00\xc5\x0B' | LC_ALL=C /usr/bin/iconv -f UCS-4BE -t GB18030 |
od -t x1 | head -n 1
/usr/bin/iconv: illegal input sequence at position 0
0000000

Expected output:

$ printf '\x00\x00\xc5\x0B' | LC_ALL=C /usr/bin/iconv -f UCS-4BE -t GB18030 |
od -t x1 | head -n 1
0000000 83 32 da 36

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]