[xsd-users] Xsd file encoding.

Dmitry Chernov diman4ik.chernov at gmail.com
Tue Jun 5 03:18:29 EDT 2012


After setting up xsd compilation in Visual Studio as described in wiki
( here: http://wiki.codesynthesis.com/Using_XSD_with_Microsoft_Visual_Studio
), I get hxx and cxx files like this (hxx file for example):

// Forward declarations.
//
class cxx_________________;
class cxx________________;
class cxx________;
class cxx___________;
class cxx____________;
class cxx__________;
class cxx________1;
class cxx__________1;
class cxx_______;

I guess I have a problem with xsd file encoding. My xsd is encoded
with winows 1251 encoding. Is it possible to work with this encoding
and how do I setup it up?

Thank you, Dmitry.



More information about the xsd-users mailing list