Am Donnerstag, 9. April 2015, 10:30:35 schrieb Brad King:
> On 04/09/2015 10:28 AM, Nils Gladitz wrote:
> >> What was the original problem you were trying to fix?
> > 
> > You pointed out test failures on "nibble.ngladitz" which I then tried to
> > fix:
> > 
> > https://open.cdash.org/testDetails.php?test=316350872&build=3711574
> 
> Right, I forgot about that, thanks.  So, this was exposed by
> using the zh_HK locale.

Just guessing: C will be "ASCII", i.e. "every 8 bit character gets mangled" 
(or at least everything not being able to be displayed in a 256 byte 
codepage). So a fix could be to use something like en_US.UTF-8, if that is 
available on the system, which sadly may not always be the case.

Eike

Attachment: signature.asc
Description: This is a digitally signed message part.

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to