Re: msvcrt:string Fix codepage table 1361 (Korean Johab) [try2]
2 Sep
2010
2 Sep
'10
10:12 a.m.
Alexandre Goujon <ale.goujon(a)gmail.com> writes:
@@ -1563,8 +1564,11 @@ sub HANDLE_FILE(@) } printf OUTPUT "#include \"wine/unicode.h\"\n\n";
+ if( $codepage == 1361 ) { @lb_ranges = ( 0x81, 0xd3, 0xd8, 0xde, 0xe0, 0xf9 ); } + else { @lb_ranges = get_lb_ranges(); }
There's no reason to hardcode the whole thing. If some lead bytes aren't detected properly you can add just those. -- Alexandre Julliard julliard(a)winehq.org
5581
Age (days ago)
5581
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard