3 Sep
2010
3 Sep
'10
9:18 a.m.
Alexandre Goujon <ale.goujon(a)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. -- Alexandre Julliard julliard(a)winehq.org