View Single Post
  #1 (permalink)  
Old 08-14-2003
Mr.Freeze Mr.Freeze is offline
Registered User
 
 
Join Date: Aug 2003
Location: Germany
Posts: 23
Unicode question

Hello,

In my Ice-file I defined a function that returns a string. In the documentation is mentioned that the Slice built-in string type is able to work with Unicode. Through the Client-Side-C++ mapping a std::string is formed. Works this std::string also with Unicode? If not, what can I do to use Unicode in my application?

Thanks
Reply With Quote