[Spice-devel] [PATCH 2/6] client/windows: inc version to 0, 9, 0, 0
Arnon Gilboa
agilboa at redhat.com
Thu May 12 04:30:41 PDT 2011
Christophe Fergeau wrote:
> On Thu, May 12, 2011 at 12:37:27PM +0300, Arnon Gilboa wrote:
>
>> @@ -111,7 +111,7 @@ RED_ICON_RES_ID ICON "spice.ico"
>> #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEUSD)
>> #ifdef _WIN32
>> LANGUAGE LANG_NEUTRAL, SUBLANG_SYS_DEFAULT
>> -#pragma code_page(1255)
>> +#pragma code_page(1252)
>> #endif //_WIN32
>>
>
> This seems unrelated to the version change, no idea whether this is a
> change you wanted in or not.
>
> Christophe
>
I guess you are right and that's because of my fat fingers.
However, looking at the following funny values, it would be better
changed simply to DEFAULT.
1255 ANSI Hebrew; Hebrew (Windows)
1252 ANSI Latin 1; Western European (Windows)
More information about the Spice-devel
mailing list