Andrey A. Chernov 1506a668dc Correct myself a bit: situation is broken not for _all_ numeric LC_MONETARY,
LC_NUMERIC fields, but only for *grouping fields - other fields are converted
to a chars in localeconv(), so final change is:

"-1" -> "127"

127 here is because CHAR_MAX supposed, which is _positive_ (SUSv2 requirement),
not negative as 255. It is still a bit of hack. To find real CHAR_MAX will be
better to sprintf() it once somewhere in static buffer. *grouping parsing
still broken and missing and needs to be implemented.
2001-02-10 01:38:18 +00:00
..
2001-01-04 10:37:25 +00:00
2001-02-02 03:32:03 +00:00
2000-12-29 14:08:20 +00:00
2000-12-09 09:35:55 +00:00
2001-01-31 02:16:57 +00:00
2001-02-02 03:32:03 +00:00
2000-12-29 14:08:20 +00:00
2001-01-12 18:01:17 +00:00
2000-12-09 09:35:55 +00:00
2001-02-06 10:39:38 +00:00