> -----Original Message-----
> From: Martin Sebor [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, April 30, 2008 6:22 PM
> To: dev@stdcxx.apache.org
> Subject: locale failures on Windows (was: Re: [VOTE] stdcxx 
> 4.2.1 release)
> 
> Do we know what the deal is with all the failures (exit 
> status of 4) in the locale tests on Windows XP, Service Pack 2?

  I've checked the reason of the exit code 4 in licale tests. Two bugs
fixed in
http://svn.apache.org/viewvc?rev=655967&view=rev and
http://svn.apache.org/viewvc?rev=656244&view=rev

  After that there two tests still failing with exit code 4:
zh_CN.GB18030.bat                             4    0
0.000   0.015   2.515
zh_TW.EUC-TW.bat                              4    0
0.015   0.000   1.015

  The problem in exception thrown in convert_sym_to_ucs() from
issue_diag(E_UCS) (charmap.cpp, line 655).
This exception thrown because of some characters from these charmaps are
not fit in 16-bit wchar_t.
Perhaps that characters should be ignored...

Farid.

Reply via email to