Re: kernel32: Update Gaelic resource

2010-06-24 Thread Michael Stefaniuc
Hello Ken, Ken Sharp wrote: > From: Ken Sharp > Date: Tue, 15 Jun 2010 09:42:05 +0100 > Subject: kernel32: Update Gaelic resource the patch changes the file encoding to UTF-8 without changing the "#pragma code_page" too. Though Alexandre already rejected codepage changes to t

Re: kernel32: Update Gaelic resource

2010-06-24 Thread Dmitry Timoshkov
Ken Sharp wrote: > diff --git a/dlls/kernel32/nls/gae.nls b/dlls/kernel32/nls/gae.nls > index 6e19ff4..a005be3 100644 > --- a/dlls/kernel32/nls/gae.nls > +++ b/dlls/kernel32/nls/gae.nls Looks like you are using UTF-8 while the file is in code page 1252. -- Dmitry.