kernel32 translation question

Frédéric Delanoy frederic.delanoy at gmail.com
Sat Jun 19 08:15:53 CDT 2010


On Fri, Jun 18, 2010 at 21:15, Luca Bennati <lucak3 at gmail.com> wrote:

> I found out why it didn't build: a numeric code in the first lines was in a
> wrong format.
> But now i need help to know what exactly i need to put there, because i
> don't know anymore.
> The lines are these (example got from french file):
>
> LanguageNames=(FRA=0x0c:winerr)
> CodePages=(FRA=65001:0)
>
> The problem is only the hexadecimal code in the first line: where i find
> the right value for ITA?
> The one i put (incorrectly) was from ita.nls ...
>

The 65001 is the codepage for UTF-8.
You should put there whatever codepage you used to create the file. UTF8 is
preferred encoding.

Frédéric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20100619/4eb7fe88/attachment.htm>


More information about the wine-devel mailing list