Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | . add comment that 4 character of int_curr_symbol should be SPACE | phantom | 2001-02-19 | 1 | -1/+1 |
| | | | | . fix chinese locales to meet this requirement | ||||
* | Back out my "3;3" -> something changes. While technikally the same, it only | ache | 2001-02-10 | 1 | -1/+1 |
| | | | | leads to confusion. | ||||
* | I change my mind a bit: assuming last \0 is contrproductive since will cause | ache | 2001-02-10 | 1 | -1/+1 |
| | | | | | | | | user confusion, so specify it directly, i.e. change "3" to "3;0". In this style "3;" or "3" must not cause repeating (converted to \3, CHAR_MAX, \0) Still not implemented and broken in localeconv() | ||||
* | Change "3;3" in mon_grouping to "3". This is cosmetique, last \0 will cause | ache | 2001-02-10 | 1 | -2/+2 |
| | | | | | | previous \3 repeat forever, according to SUSv2 Add comment about mon_grouping separator NOTE: mon_grouping localeconv() parsing still broken. | ||||
* | Back out removing trailing space from int_curr_symbol, this is SUSV2 | ache | 2001-02-09 | 1 | -1/+1 |
| | | | | requirement | ||||
* | Remove extra space after int_currency_symbol | ache | 2001-02-09 | 1 | -1/+1 |
| | |||||
* | Add da_DK locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC. | asmodai | 2001-02-09 | 1 | -0/+36 |