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/2799] New: Locale/charset combinations missing from localedata/SUPPORTED although mentioned in locale files


There are a couple of locale/charset combinations currently unsupported
for which a character set is mentioned in the locale file:

$ grep -i charset az_AZ bg_BG mk_MK POSIX ur_PK wal_ET
az_AZ:% Charset: ISO-8859-9E
bg_BG:% this: bg_BG.CP1251 (CP1251 is for coresponding charset),
bg_BG.KOI8R,
mk_MK:% Charsets: UTF-8, ISO-8859-5, CP1251
POSIX:# Charset: ISO646:1993
ur_PK:% Charset: CP1256
wal_ET:% Charset: UTF-8

Thus the following should be valid additions to localedata/SUPPORTED:

az_AZ.ISO-8859-9/ISO-8859-9 \
bg_BG.KOI8R/KOI8R \
bg_BG.ISO-8859-5/ISO-8859-5 \
mk_MK.CP1251/CP1251 \
ur_PK.CP1256/CP1256 \
wal_ET/UTF-8 \

Note that I've left the defaults as are, so I add
ur_PK.CP1256/CP1256 \
instead of
-ur_PK/UTF-8 \
+ur_PK/CP1256 \
+ur_PK.UTF-8/UTF-8 \

Not sure about these as a POSIX locale is present although undefined in
localedata/SUPPORTED:

POSIX/ISO_646.BASIC \
POSIX.UTF-8/UTF-8 \

I can provide a patch if needed, although the above should be easily cut and
pastable.

-- 
           Summary: Locale/charset combinations missing from
                    localedata/SUPPORTED although mentioned in locale files
           Product: glibc
           Version: 2.3.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: leonard-glibc-bugs at ottolander dot nl
                CC: glibc-bugs at sources dot redhat dot com


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

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