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/20865] charmaps: cp950 does not contain EUDC/PUA mappings


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

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|iconv: cp950 does not       |charmaps: cp950 does not
                   |contain EUDC/PUA mappings   |contain EUDC/PUA mappings

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

--- Comment #1 from Mike Frysinger <vapier at gentoo dot org> ---
we currently alias CP950 to BIG5.  i don't think we want to add all these
mappings to BIG5 since it explicitly carves out that spaces as "reserved":
  https://en.wikipedia.org/wiki/Big5#A_more_detailed_look_at_the_organization

which means we need to copy BIG5 to CP950 and add the MS extensions.  then drop
the alias of CP950->BIG5.

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