summaryrefslogtreecommitdiffstats
path: root/share/monetdef/fr_CA.ISO8859-1.src
Commit message (Collapse)AuthorAgeFilesLines
* Bring back a couple of ISO8859-15 locales:bapt2015-11-161-50/+0
| | | | | | | | | - af_ZA.ISO8859-15 - en_AU.ISO8859-15 - en_CA.ISO8859-15 - en_NZ.ISO8859-15 - en_US.ISO8859-15 - fr_CA.ISO8859-15
* Add newly generated locales from CLDR 27.0.1bapt2015-08-081-8/+22
| | | | only skip timedef until I figure out how to workaround svn painful mime-type handling
* . 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
* Add additional English- and French-speaking countries with the appropriatewollman2001-02-091-0/+36
currency symbols. Use make(1) loops, not sh(1) loops.
OpenPOWER on IntegriCloud