msvcrt:string Fix codepage table 1361 (Korean Johab) [try3]

Alexandre Julliard julliard at winehq.org
Fri Sep 3 04:18:57 CDT 2010


Alexandre Goujon <ale.goujon at 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 at winehq.org



More information about the wine-devel mailing list