Hmm, apparently I can't tell the difference between H and N.  Still, as long as 
the fix is right, even if the explanation isn't...

David

On 13 Nov 2011, at 19:59, Erik Cederstrand wrote:

> Hi David,
> 
> Those aren't Swiss Francs. They're yuan renminbi (CNY). It does seen they 
> have 2 digits, though.
> 
> Thanks,
> Erik
> 
> Den 12/11/2011 kl. 15.39 skrev David Chisnall:
> 
>> 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