Re: [Cppunit-devel] encoding of XmlOutputter @1.7.1-alpha
Brought to you by:
blep
From: Baptiste L. <gai...@fr...> - 2002-03-01 20:22:01
|
I've added that feature. Baptiste. --- Baptiste Lepilleur <gai...@fr...> http://gaiacrtn.free.fr/ ----- Original Message ----- From: "FUKUDA Fumiki" <ff...@nt...> To: <cpp...@li...> Sent: Friday, January 18, 2002 2:32 AM Subject: [Cppunit-devel] encoding of XmlOutputter @1.7.1-alpha > CppUnit::XmlOutputter prints <?xml...?> at the beginning. > and it's encoding(charset) is fixed as 'ISO-8859-1' > however assertion message is NOT always English > # yes, I am a Japanese :-) > > I understand it will be too heavy to support various of encodings. > so, as alternative: > > class XmlOutputter { > ... > std::string m_encoding; > public: > XmlOutputter( TestResult *result, std::ostream &stream, const char* encoding="ISO-8859-1" ) [...] |