summaryrefslogtreecommitdiffstats
path: root/share/monetdef/ru_RU.KOI8-R.src
Commit message (Collapse)AuthorAgeFilesLines
* International code for Russian Ruble is changed from RUR to RUBache2007-02-281-1/+1
| | | | starting from 1.1.2001 (ISO 4217)
* . add comment that 4 character of int_curr_symbol should be SPACEphantom2001-02-191-1/+1
| | | | . fix chinese locales to meet this requirement
* Back out my "3;3" -> something changes. While technikally the same, it onlyache2001-02-101-1/+1
| | | | leads to confusion.
* 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;" 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 causeache2001-02-101-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 SUSV2ache2001-02-091-1/+1
| | | | requirement
* Remove extra space after int_curr_symache2001-02-091-4/+4
| | | | | | Add "." after currency_sym Replace decimal_point with "," Add " " as thousands_sep
* Add sources for following categories: LC_NUMERIC (share/numericdef),phantom2001-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.
OpenPOWER on IntegriCloud