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]

Re: [PATCH] Change et_EE charset to ISO-8859-15


Ulrich Drepper wrote:
> > -et_EE/ISO-8859-1 \
> > +et_EE/ISO-8859-15 \
> 
> No, this creates incompatibilities.  Once a locale has a name its
> encoding cannot be changed.

And why is that? There is a well-defined API so that programs can obtain
the actual encoding used. If a program silently assumes that et_EE uses
ISO 8859-1, then this is the source of incompatibilities, if any. Come on,
everybody can generate their own 8859-15 locale using
localedef -fISO-8859-15 and call it et_EE. How is that incompatible with
anything?

-- 
+----------------------------------------------------------------------+
| Paweł Sakowski <pawel@sakowski.eu.org>            Never trust a man  |
|                            who can count up to 1023 on his fingers.  |
+----------------------------------------------------------------------+


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