msvcrt:string Fix codepage table 1361 (Korean Johab)

GOUJON Alexandre ale.goujon at gmail.com
Wed Sep 1 05:02:43 CDT 2010


On 09/01/2010 04:54 AM, Vitaliy Margolen wrote:
> On 08/31/2010 04:58 AM, GOUJON Alexandre wrote:
>> Is the attached patch well formed ?
>> +    if( $codepage == 1361 ) my $lb_ranges =  ( 0x81, 0xd3, 0xd8, 
>> 0xde, 0xe0, 0xf9, 0x00, 0x00 );
>> +    else my $lb_ranges = get_lb_ranges();
>> +
> No, it's wrong. Perl requires curly braces for if(){}else{}.
Thank you but it was still not working, so I read a perl tutorial ($->@ 
and moved 'my' above ).
Now it works.
I just sent the patch.

Thanks for your help !



More information about the wine-devel mailing list