Thanks, Mihai, for your tips.
When I use the compiled resoure file (UTF-16), VB still
does not display the Swedish character correctly. I have a
character ä in the resource file. When I use "MsgBox
(LoadResString(100)), it displays ä .
Can you tell me what I am missing?
Thanks in advance,
Zheng
>-----Original Message-----
>> I have a UTF-8 resource file which contrains all the
>> translatable strings. when I compile it, I will
get "RC :
>> fatal error RC1205 : invalid code page". Here is the
>> command I used:
>>
>> rc /x /v /cUTF-8 testResource.rc
>
>The resource compiler does not support UTF8.
>It does support UTF16 with BOM though.
>Without parameters, it will detect the BOM (byte oder
mark).
>
>Mihai
>.
>
|