[CMake] CTest / UTF-8

Mathieu Malaterre mathieu.malaterre at gmail.com
Tue Jun 1 03:50:51 EDT 2010


For later reference, this was indeed the trick, simply updating from
2.8.0 to 2.8.1 solved my issue.

Thanks Dave !

On Mon, May 31, 2010 at 7:26 PM, Mathieu Malaterre
<mathieu.malaterre at gmail.com> wrote:
> $ ctest --version
> ctest version 2.8.0
>
> I guess I need to update :)
>
> Thanks
>
> On Mon, May 31, 2010 at 7:23 PM, David Cole <david.cole at kitware.com> wrote:
>> ctest 2.8.1 and later should already be generating proper UTF-8... what
>> version of ctest are you using?
>>
>> On Mon, May 31, 2010 at 9:32 AM, Mathieu Malaterre
>> <mathieu.malaterre at gmail.com> wrote:
>>>
>>> Hi there,
>>>
>>>  Does anyone know how I can tell ctest to use UTF-8 to generate the
>>> XML files used for uploading results to CDAsh ?
>>>
>>> I have on one hand:
>>>
>>>
>>> Testing/Temporary/LastBuild_20100531-0918.log:/home/mathieu/Projects/CoSMo/trunk/Code/IO/csmModelModificationsLoader.cxx:386:
>>> warning: conversion to ‘Csm::IdentityType’ from ‘int’ may change the
>>> sign of the result
>>>
>>> but:
>>>
>>> Testing/20100531-0918/Build.xml:
>>>  <Text>/.../trunk/Code/IO/csmModelModificationsLoader.cxx:386:
>>> warning: conversion to
>>> &#xe2;&#x80;&#x98;Csm::IdentityType&#xe2;&#x80;&#x99; from
>>> &#xe2;&#x80;&#x98;int&#xe2;&#x80;&#x99; may change the sign of the
>>> result
>>>
>>> knowing that:
>>>
>>>
>>> $ head -1 Testing/20100531-0918/Build.xml
>>> <?xml version="1.0" encoding="UTF-8"?>
>>>
>>> and
>>>
>>> $ echo $LANG
>>> en_US.UTF-8
>>>
>>>
>>> Thanks !
>>> --
>>> Mathieu
>>> _______________________________________________
>>> Powered by www.kitware.com
>>>
>>> Visit other Kitware open-source projects at
>>> http://www.kitware.com/opensource/opensource.html
>>>
>>> Please keep messages on-topic and check the CMake FAQ at:
>>> http://www.cmake.org/Wiki/CMake_FAQ
>>>
>>> Follow this link to subscribe/unsubscribe:
>>> http://www.cmake.org/mailman/listinfo/cmake
>>
>>
>
>
>
> --
> Mathieu
>



-- 
Mathieu


More information about the CMake mailing list