April 20, 2024, 07:22:29 AM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


Unicode errors

Started by czoran, June 13, 2007, 08:19:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

czoran

Hello,

Following piece of code produces errors in compiling. Does anyone have an idea why? Playing with that for hours and still can't get it. Users Guide says that escaping is working fine for unicode...

string a
wstring b

a = "abc \"def\" ghi"
b = L"abc \"def\" ghi"

Why escaping of quote sign does not work for unicode string?

Thank you.