public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug localedata/12961] New: *_sign_posn settings in locales ignored
@ 2011-07-05 20:17 myllynen at redhat dot com
  2011-07-20 10:23 ` [Bug localedata/12961] " schwab@linux-m68k.org
  2014-06-27 12:58 ` fweimer at redhat dot com
  0 siblings, 2 replies; 3+ messages in thread
From: myllynen at redhat dot com @ 2011-07-05 20:17 UTC (permalink / raw)
  To: glibc-bugs

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

           Summary: *_sign_posn settings in locales ignored
           Product: glibc
           Version: 2.14
            Status: NEW
          Severity: minor
          Priority: P2
         Component: localedata
        AssignedTo: libc-locales@sources.redhat.com
        ReportedBy: myllynen@redhat.com


http://www.open-std.org/jtc1/sc22/wg14/www/docs/n714.htm describes how
p_sign_posn and n_sign_posn should affect on monetary related output. However,
it would seem that any setting of p_sign_posn or n_sign_posn in locale data
doesn't change output at all with glibc.

This is the test program I used:

#include <locale.h>
#include <monetary.h>
#include <stdio.h>
#include <stdlib.h>

int main(int argc, char **argv)
{
  char buf[256];
  setlocale(LC_MONETARY, "");
  strfmon(buf, sizeof(buf), "[%=*+16#8.2n] [%=*+16#8.2i]", 123456.789,
-123456.789);
  printf("%s\n", buf);
  exit(EXIT_SUCCESS);
}

-- 
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.


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

end of thread, other threads:[~2014-06-27 12:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-05 20:17 [Bug localedata/12961] New: *_sign_posn settings in locales ignored myllynen at redhat dot com
2011-07-20 10:23 ` [Bug localedata/12961] " schwab@linux-m68k.org
2014-06-27 12:58 ` fweimer at redhat dot com

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).