Alexandre Goujon ale.goujon@gmail.com writes:
@@ -1563,8 +1564,16 @@ sub HANDLE_FILE(@) } printf OUTPUT "#include "wine/unicode.h"\n\n";
- @lb_ranges = get_lb_ranges();
- if( $codepage == 1361 )
- {
$lb_ranges[0] = 0x81;
$lb_ranges[2] = 0xd8;
- }
A quick test on Windows shows that this isn't correct as far as the kernel32 info is concerned.