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/13140] no-break space as thousands_sep causes inconsistent output


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

Ulrich Drepper <drepper.fsp at gmail dot com> changed:

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

--- Comment #1 from Ulrich Drepper <drepper.fsp at gmail dot com> 2011-09-05 17:01:40 UTC ---
The width specification specifies the number of bytes, not screen columns.

Aside, the narrow stream functions have no idea what the encoding is.  It's a
sequence of bytes and if two bytes take only one column that's simply not
known.  There is nothing which can be done at this level.

If you want aligned output in all cases you have to do the legwork yourself.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]