|
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
|