Author: theraven
Date: Sat Nov 12 14:39:20 2011
New Revision: 227467
URL: http://svn.freebsd.org/changeset/base/227467

Log:
  Fix the number of decimal digits used for Swiss Francs (0 -> 2).  Found by 
the libc++ test suite.  If there is some locale test suite somewhere, it might 
be worth running it...
  
  Approved by:  dim (mentor)

Modified:
  head/share/monetdef/zh_CN.UTF-8.src

Modified: head/share/monetdef/zh_CN.UTF-8.src
==============================================================================
--- head/share/monetdef/zh_CN.UTF-8.src Sat Nov 12 10:30:14 2011        
(r227466)
+++ head/share/monetdef/zh_CN.UTF-8.src Sat Nov 12 14:39:20 2011        
(r227467)
@@ -18,9 +18,9 @@ CNY 
 # negative_sign
 -
 # int_frac_digits
-0
+2
 # frac_digits
-0
+2
 # p_cs_precedes
 1
 # p_sep_by_space
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to