msvcrt:string Fix codepage table 1361 (Korean Johab)

Vitaliy Margolen wine-devel at kievinfo.com
Tue Aug 31 21:54:03 CDT 2010


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{}.

Vitaliy.



More information about the wine-devel mailing list