This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
Re: KSX1001 charmap is broken
Ulrich Drepper writes:
> There seems to be quite a bit wrong with this charmap but I'm
> reluctant to simply remove it. We should try to get it fixed.
KS X 1001 is identical to KS C 5601-1992. Therefore You can easily fix
it by taking the EUC-KR charmap, removing the single-byte parts (ASCII
and C1 area) and subtracting 0x80 from the first and second byte of
each of the remaining two-byte entries.
Bruno