[CMake] CTest / UTF-8

Mathieu Malaterre mathieu.malaterre at gmail.com
Mon May 31 09:32:26 EDT 2010


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


More information about the CMake mailing list