[xsde-users] Re: Unicode support

Boris Kolpackov boris at codesynthesis.com
Wed Oct 28 10:18:41 EDT 2009


Hi Thomas,

Thomas Frenzel (TomSun) <tftomsun at streamteam.de> writes:

> is there a possibility to generate the xsde with unicode support?

The generated code supports Unicode by default. The text in the object
model is encoded in UTF-8.


> For example ther should be used the wchar_t* instead of char*?

No this is not supported. If you need to access the text as wchar_t-
based string then you will need to manually convert char/UTF-8 to 
wchar_t/UTF-16.

Boris



More information about the xsde-users mailing list