Francois Gouget writes:
> On Mon, 22 Jun 2009, Frédéric Delanoy wrote:
> [...]
>> Furthermore,
>> - the "65001" should probably be replaced by "utf8" (I checked in
>> tools/wrc/parser.l:373) [ which would be better IMNSHO in new/updated
>> resource file]
>
> Do the Windows/Mingw resource compiler
On Mon, 22 Jun 2009, Frédéric Delanoy wrote:
[...]
> Furthermore,
> - the "65001" should probably be replaced by "utf8" (I checked in
> tools/wrc/parser.l:373) [ which would be better IMNSHO in new/updated
> resource file]
Do the Windows/Mingw resource compilers support utf8 there?
--
Francois G
Hi all,
According to http://wiki.winehq.org/Developers-Hints on the
"http://wiki.winehq.org/Developers-Hints";, AFAICT the resource
files should generally
- use the default Windows codepage for the specified language
or
- use UTF-8 surround with "#pragma code_page(65001)" at the top of the
file a