summaryrefslogtreecommitdiffstats
path: root/share/numericdef/sv_SE.ISO8859-1.src
Commit message (Collapse)AuthorAgeFilesLines
* Back out my "3;3" -> something change. While technikally the same, it onlyache2001-02-101-1/+1
| | | | | | | leads to confusion. el_GR: change "0;0" to "-1". "0" is repeater for previous number, not no grouping
* I change my mind a bit: assuming last \0 is contrproductive since will causeache2001-02-101-1/+1
| | | | | | user confusion, so specify it directly, i.e. change "3" to "3;0". In this style "3;" must not cause repeating (converted to \3, CHAR_MAX, \0) NOTE: still no proper conversion done in localeconv()
* Replace "3;3" with "3". This is cosmetique, all integer before \0 (i.e. \3)ache2001-02-101-2/+2
| | | | | | | | repeated forever according to SUSv2 Remove "0;0" - \0 means not "no grouping" but repeat forever previous char, and added automatically. Empty string could be parsed later into CHAR_MAX (real "no grouping") by localeconv()
* Add sv_SE locale files for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-091-0/+12
OpenPOWER on IntegriCloud