This is the mail archive of the libc-alpha@sources.redhat.com 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]

Why <U0025> instead of % in locales?


Why do the locales contain unicode character representation for ASCII
characters?  This make the locale hard to read and even harder to
write.  The format strings would be a lot easier to correct if normal
ASCII characters was used.

Some locaes use ASCII where others use the <U0000> notation (check for
example country_ab2).

Is it OK for me to convert the Norwegian Bokmål locale to use ASCII in
the date format strings (these are horribly broken, and it will be
easier for me to edit them in ASCII)?


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