summaryrefslogtreecommitdiff
path: root/share/monetdef/ru_RU.KOI8-R.src
Commit message (Collapse)AuthorAgeFilesLines
* Update locales cldr to v30.0.3 and unicode to 9.0.0Baptiste Daroussin2016-12-181-1/+1
| | | | | | | | MFC after: 1 month Relnotes: yes Notes: svn path=/head/; revision=310201
* Add newly generated locales from CLDR 27.0.1Baptiste Daroussin2015-08-081-7/+21
| | | | | | | only skip timedef until I figure out how to workaround svn painful mime-type handling Notes: svn path=/projects/collation/; revision=286438
* International code for Russian Ruble is changed from RUR to RUBAndrey A. Chernov2007-02-281-1/+1
| | | | | | | starting from 1.1.2001 (ISO 4217) Notes: svn path=/head/; revision=167110
* . 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_curr_symAndrey A. Chernov2001-02-091-4/+4
| | | | | | | | | Add "." after currency_sym Replace decimal_point with "," Add " " as thousands_sep Notes: svn path=/head/; revision=72230
* Add sources for following categories: LC_NUMERIC (share/numericdef),Alexey Zelkin2001-02-081-0/+36
LC_MONETARY (share/monetdef), LC_MESSAGES (share/msgdef). Now only en_US.ISO_8859-1 and ru_RU.KOI8-R locales ready. I will find some time in near future and'll try to make defintions for other locales. Notes: svn path=/head/; revision=72172