public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/11629] locale -a reports incorrect codeset name especialy when using locale-archive
       [not found] <bug-11629-131@http.sourceware.org/bugzilla/>
@ 2014-06-30 18:02 ` fweimer at redhat dot com
  0 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-06-30 18:02 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/11629] locale -a reports incorrect codeset name especialy when using locale-archive
  2010-05-24 16:49 [Bug localedata/11629] New: locale -a reports incorrect codeset name " yann at droneaud dot fr
                   ` (2 preceding siblings ...)
  2010-05-25 15:15 ` yann at droneaud dot fr
@ 2010-05-25 15:19 ` yann at droneaud dot fr
  3 siblings, 0 replies; 5+ messages in thread
From: yann at droneaud dot fr @ 2010-05-25 15:19 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From yann at droneaud dot fr  2010-05-25 15:18 -------
(In reply to comment #2)
> The output is the normalized name and what glibc will accept.  The output is
> correct.

Yes, it is correct.

My main concern problem here, is the difference from others systems: all systems
I've checked were reporting UTF-8, not utf8. When normalized, it doesn't use
IANA codeset names.



-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/11629] locale -a reports incorrect codeset name especialy when using locale-archive
  2010-05-24 16:49 [Bug localedata/11629] New: locale -a reports incorrect codeset name " yann at droneaud dot fr
  2010-05-25 15:11 ` [Bug libc/11629] locale -a reports incorrect codeset name especialy " yann at droneaud dot fr
  2010-05-25 15:12 ` drepper at redhat dot com
@ 2010-05-25 15:15 ` yann at droneaud dot fr
  2010-05-25 15:19 ` yann at droneaud dot fr
  3 siblings, 0 replies; 5+ messages in thread
From: yann at droneaud dot fr @ 2010-05-25 15:15 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From yann at droneaud dot fr  2010-05-25 15:14 -------
(In reply to comment #1)
>   localedef -f UTF-8 -i en_US /usr/lib/locale/en_US.utf8 
> 
> Instead of
> 
>   localedef -f UTF-8 -i en_US /usr/lib/locale/en_US.UTF-8
> 

Note that if en_US.utf8 directory exists then en_US.UTF-8 is also supported, but
if only en_US.UTF-8 exists, en_US.utf8 is no more recognized.



-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/11629] locale -a reports incorrect codeset name especialy when using locale-archive
  2010-05-24 16:49 [Bug localedata/11629] New: locale -a reports incorrect codeset name " yann at droneaud dot fr
  2010-05-25 15:11 ` [Bug libc/11629] locale -a reports incorrect codeset name especialy " yann at droneaud dot fr
@ 2010-05-25 15:12 ` drepper at redhat dot com
  2010-05-25 15:15 ` yann at droneaud dot fr
  2010-05-25 15:19 ` yann at droneaud dot fr
  3 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2010-05-25 15:12 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2010-05-25 15:12 -------
The output is the normalized name and what glibc will accept.  The output is
correct.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/11629] locale -a reports incorrect codeset name especialy when using locale-archive
  2010-05-24 16:49 [Bug localedata/11629] New: locale -a reports incorrect codeset name " yann at droneaud dot fr
@ 2010-05-25 15:11 ` yann at droneaud dot fr
  2010-05-25 15:12 ` drepper at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: yann at droneaud dot fr @ 2010-05-25 15:11 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From yann at droneaud dot fr  2010-05-25 15:10 -------
"Incorrect" codeset names are also reported when locale definition were created
with "incorrect" name:

  localedef -f UTF-8 -i en_US /usr/lib/locale/en_US.utf8 

Instead of

  localedef -f UTF-8 -i en_US /usr/lib/locale/en_US.UTF-8

locale -a will use the directory name, not the CODESET included in the definition.



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|locale -a reports incorrect |locale -a reports incorrect
                   |codeset name when using     |codeset name especialy when
                   |locale-archive              |using locale-archive


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-06-30 18:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-11629-131@http.sourceware.org/bugzilla/>
2014-06-30 18:02 ` [Bug libc/11629] locale -a reports incorrect codeset name especialy when using locale-archive fweimer at redhat dot com
2010-05-24 16:49 [Bug localedata/11629] New: locale -a reports incorrect codeset name " yann at droneaud dot fr
2010-05-25 15:11 ` [Bug libc/11629] locale -a reports incorrect codeset name especialy " yann at droneaud dot fr
2010-05-25 15:12 ` drepper at redhat dot com
2010-05-25 15:15 ` yann at droneaud dot fr
2010-05-25 15:19 ` yann at droneaud dot fr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).