svn commit: r227467 - head/share/monetdef

David Chisnall theraven at FreeBSD.org
Sun Nov 13 20:32:39 UTC 2011


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
> 
> 



More information about the svn-src-all mailing list