History log of /freebsd-10.1-release/share/monetdef/en_CA.ISO8859-1.src
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 72705 19-Feb-2001 phantom

. add comment that 4 character of int_curr_symbol should be SPACE
. fix chinese locales to meet this requirement


# 72327 10-Feb-2001 ache

Back out my "3;3" -> something changes. While technikally the same, it only
leads to confusion.


# 72281 10-Feb-2001 ache

I change my mind a bit: assuming last \0 is contrproductive since will cause
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()


# 72275 10-Feb-2001 ache

Change "3;3" in mon_grouping to "3". This is cosmetique, last \0 will cause
previous \3 repeat forever, according to SUSv2
Add comment about mon_grouping separator
NOTE: mon_grouping localeconv() parsing still broken.


# 72267 09-Feb-2001 ache

Back out removing trailing space from int_curr_symbol, this is SUSV2
requirement


# 72260 09-Feb-2001 wollman

Add additional English- and French-speaking countries with the appropriate
currency symbols. Use make(1) loops, not sh(1) loops.