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/20864] iconv: cp936 missing single-byte euro sign (0x80, U+20AC), not same as GBK


https://sourceware.org/bugzilla/show_bug.cgi?id=20864

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  aa4d00ca39e604ac4e9fead401ccd4483e11a281 (commit)
      from  bf469f0ce98df9875daef625a85abd1160c44335 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=aa4d00ca39e604ac4e9fead401ccd4483e11a281

commit aa4d00ca39e604ac4e9fead401ccd4483e11a281
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Fri Nov 25 11:12:10 2016 -0500

    localedata: GBK: add mapping for 0x80->Euro sign [BZ #20864]

    Microsoft long ago added a mapping for 0x80 to the Euro sign to their
    CP936.  While GBK 1.0 doesn't include this mapping, it is compatible,
    and Microsoft and glibc alias the two codepages.  We could split them
    apart so GBK wouldn't include the mapping, but that seems like a lot
    of work for little gain.

-----------------------------------------------------------------------

Summary of changes:
 localedata/ChangeLog    |    5 +++++
 localedata/charmaps/GBK |    7 +++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

-- 
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]