How can I build a Chinese language Loc file by using VC++?
Article Metadata
Compatibility
Platform(s): S60 2nd Edition
Article
Created: User:Technical writer 2
(21 Sep 2006)
Last edited: hamishwillee
(14 Jun 2012)
Overview
How can I build a Chinese language Loc file by using VC++?
Description
If you are using MS Visual Studio, you'll find out that it introduces a problem since it only supports ANSI. You can easily edit the file in Notepad, which, (in Windows 2000 & XP) lets you save the file as UTF-8. Unfortunately, Notepad has the side effect of prefixing the file with the three bytes 0xEF, 0xBB, and 0xBF, which make the file unreadable by the compiler. You can fix this by opening the file in Visual Studio and deleting these characters.


(no comments yet)