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 localedata/18516] Inconsistent output


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

Carlos O'Donell <carlos at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-06-12
                 CC|                            |bugdal at aerifal dot cx
     Ever confirmed|0                           |1
              Flags|                            |review?(bugdal at aerifal dot cx)

--- Comment #3 from Carlos O'Donell <carlos at redhat dot com> ---
(In reply to sworddragon2 from comment #2)
> Here is the output:
> 
> sworddragon@ubuntu:~$ locale
> LANG=de_DE.UTF-8
> LANGUAGE=
> LC_CTYPE="de_DE.UTF-8"
> LC_NUMERIC="de_DE.UTF-8"
> LC_TIME="de_DE.UTF-8"
> LC_COLLATE="de_DE.UTF-8"
> LC_MONETARY="de_DE.UTF-8"
> LC_MESSAGES="de_DE.UTF-8"
> LC_PAPER="de_DE.UTF-8"
> LC_NAME="de_DE.UTF-8"
> LC_ADDRESS="de_DE.UTF-8"
> LC_TELEPHONE="de_DE.UTF-8"
> LC_MEASUREMENT="de_DE.UTF-8"
> LC_IDENTIFICATION="de_DE.UTF-8"
> LC_ALL=
> 
> 
> As you can see some entries are quoted and some not but I can't find
> anything in the manpage about it.

The glibc code in question consciously chooses not to output quotes, but I
don't know why. It really doesn't matter.

Rich, Any thoughts on why this would be the case? I can't see anything in POSIX
that would require no quotes around say LANG, but glibc consciously calls some
internal functions to print with the dquote flag set to false.

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


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