aboutsummaryrefslogtreecommitdiff
path: root/share/monetdef/sv_SE.ISO8859-1.src
Commit message (Collapse)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
| | | | | | Approved by: re (implicit) This commit was manufactured to restore the state of the 8.2-RELEASE image.
* . add comment that 4 character of int_curr_symbol should be SPACEAlexey Zelkin2001-02-191-1/+1
| | | | | | | . fix chinese locales to meet this requirement Notes: svn path=/head/; revision=72705
* Back out my "3;3" -> something changes. While technikally the same, it onlyAndrey A. Chernov2001-02-101-1/+1
| | | | | | | leads to confusion. Notes: svn path=/head/; revision=72327
* I change my mind a bit: assuming last \0 is contrproductive since will causeAndrey A. Chernov2001-02-101-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() Notes: svn path=/head/; revision=72281
* Change "3;3" in mon_grouping to "3". This is cosmetique, last \0 will causeAndrey A. Chernov2001-02-101-2/+2
| | | | | | | | | previous \3 repeat forever, according to SUSv2 Add comment about mon_grouping separator NOTE: mon_grouping localeconv() parsing still broken. Notes: svn path=/head/; revision=72275
* Back out removing trailing space from int_curr_symbol, this is SUSV2Andrey A. Chernov2001-02-091-1/+1
| | | | | | | requirement Notes: svn path=/head/; revision=72267
* Remove extra space after int_currency_symbolAndrey A. Chernov2001-02-091-1/+1
| | | | Notes: svn path=/head/; revision=72234
* Add sv_SE locale files for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.Jeroen Ruigrok van der Werven2001-02-091-0/+36
Notes: svn path=/head/; revision=72208