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.