bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: thousands separator


From: Aharon Robbins
Subject: Re: thousands separator
Date: Sat, 04 Jul 2009 21:51:01 +0300

I retrieve the locale information when the program starts up (by a call
to localeconv()) and copy the structure. This is in main().

The actual formatting is handled manually in format_tree() in builtin.c.

It sounds like a Vista bug. Eli, you're using XP, right?

Thanks,

Arnold

> Date: Sat, 04 Jul 2009 11:19:46 +0300
> From: Eli Zaretskii <address@hidden>
> Subject: Re: thousands separator
> To: address@hidden
> Cc: address@hidden, address@hidden
>
> > Date: Sat, 04 Jul 2009 10:53:31 +0300
> > From: Eli Zaretskii <address@hidden>
> > Cc: address@hidden, address@hidden
> > 
> > > Date: Fri, 03 Jul 2009 17:57:35 -0400
> > > From: Gary Ashburn <address@hidden>
> > > Cc: address@hidden,address@hidden
> > > 
> > > http://gnuwin32.sourceforge.net/packages/gawk.htm
> > > http://gnuwin32.sourceforge.net/downlinks/gawk-bin-zip.php
> > 
> > I tried this binary just now, and I cannot reproduce the problem with
> > it, either.
> > 
> > > Regional-Lang-Opts / Location: United States
> > > 123,456,789.00
> > > $123,456,789.00
> > > 5:50:44 PM
> > > 7/3/2009
> > > Friday, July 03, 2009
>
> Aharon, where in Gawk sources is this handled?  If you just pass the
> format descriptors to the system library, then Windows runtime does
> not support the ' flag, so it could be this is the reason for what
> Gary sees.
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]