"HonzaCh" <[EMAIL PROTECTED]> writes:

>>> My localeconv()->thousands_sep (as well as many other struct
>>> members) reveals to empty string ("") (MSVC6.0).
>>
>> How do you know?  I mean, what program did you use to check this?
>
> My quick'n'dirty one. See the source below.

Your source neglects to setlocale(LC_ALL, ""), which you must do
before locale goes into effect.  Otherwise you're getting values from
the "C" locale, which doesn't define thousand separators.

Reply via email to