Re: Developers-Hints wiki page: Character encoding in resource file translations

2009-06-24 Thread Alexandre Julliard
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

Re: Developers-Hints wiki page: Character encoding in resource file translations

2009-06-24 Thread Francois Gouget
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

Developers-Hints wiki page: Character encoding in resource file translations

2009-06-22 Thread Frédéric Delanoy
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