[xsde-users] Re: Unicode support

Thomas Frenzel (TomSun) tftomsun at streamteam.de
Fri Oct 30 09:29:19 EDT 2009


Hi Boris,

thank you for the information. I just didn't know enough about the difference between the encodings. I thought before that UTF-16 supports more characters than UTF-8, but its just another encoding algorithm.

Regards,
Tom
  _____  

From: Boris Kolpackov [mailto:boris at codesynthesis.com]
To: Thomas Frenzel (TomSun) [mailto:tftomsun at streamteam.de]
Cc: xsde-users at codesynthesis.com
Sent: Wed, 28 Oct 2009 15:18:41 +0100
Subject: Re: Unicode support

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