Hello
I have a code source compatible with Unicode data that I want to traduce to
Japanese. The problem is that I use VC++ 6 (english version) which is not
Unicode and I can't paste Japanese inside literal strings in the code that I
use to define user messages.
Does anyone know how I can make my japanese version?
Thanks at all
Jordi
Aaron Hare - 06 Mar 2004 00:26 GMT
Hi Jordi
I can't seem to reproduce this behavior on my computer, so I'll have to take a guess and assume that you're seeing compile errors because the file is encoded in ansi and not unicode. In that case, one workaround might be to open your .cpp or .h file in notepad, and save it using unicode encoding (there is an oft-overlooked dropdown for encoding on the "save as" dialog in notepad), then re-open it in VS and then try to add the Japanese strings
If you can give a detailed explaination of the problem, I might be able to help you more. What exactly is the error that you see? Is it a build error or an error when you try to edit the file
Thanks
- Aaron Hare <ahare@online.microsoft.com
Please post questions to the newsgroup - everyone benefits
This post is provided "AS IS" with no warranties, and confers no right
Sample code subject to http://www.microsoft.com/info/cpyright.ht
John Smith - 28 Mar 2004 09:32 GMT
Please, could everybody post specific language questions to
m.p.d.internationalization group?
It would be better for everyone.
Sorry to suggest and not answer your question.
> Hello
>
[quoted text clipped - 8 lines]
>
> Jordi