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 libc/3954] iconv : a new character (U+327E) needs to be added to Korean encodings


------- Additional Comments From bruno at clisp dot org  2007-02-03 03:53 -------
The document http://std.dkuug.dk/jtc1/sc2/wg2/docs/N2815.doc 
agrees with what you say. The character has been added in Unicode 4.1.0: 
327E;CIRCLED HANGUL IEUNG U;So;0;ON;<circle> 110B 116E;;;;N;;;;; 
 
EUC-KR and JOHAB are based on KS X 1001, therefore I am in favour of adding 
this character to these converters. CP949 = UHC, however, is nowadays defined 
by Microsoft, and the Windows XP mapping does not contain this character 
(see http://www.haible.de/bruno/charsets/conversion-tables/EUC-KR.html), 
therefore I'm against adding it to the CP949 converter at this time. 
 
Find attached a patch that implements this. Assumes PR3955.diff is applied 
first. Untested. 
 
 

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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