Welcome to Intel® Software Network Quick Login | Join | Help |
Search in Intel® Software Network Forums
in Go

Problems with unicode

Last post 06-23-2008, 7:16 PM by Jennifer LJ. 1 replies.
Sort Posts: Previous Next
 06-13-2008, 8:49 AM 30256888  

Problems with unicode

I use unicode in my MFC projects.
This string of code doesn't work correctly when i use intel compiler:

...
AfxMessageBox(_T("Строка"));
...

Microsoft compiler compile this code correctly. I think this is because intel compiler suppose source files to bу in English code page, while i use different language. #pragma setlocale() is not supported. Does anybody know who to solve this problem?
 
 06-23-2008, 7:16 PM 30257539 in reply to 30256888  

Re: Problems with unicode

Here is what you should do when using 10.1.

the source file should be saved as UTF8 format. you can enter the text in your language in quote "xxx-your-language-text".


JenniferL
 
View as RSS news feed in XML

Shortcuts


Tags For This Post

...

Community Tags

...