[PATCH 3/3] mlang: Correct wrong code pages data.

Alexandre Julliard julliard at winehq.org
Mon Nov 13 14:22:42 CST 2017


Ziqing Hui <zhui at codeweavers.com> writes:

> Signed-off-by: Ziqing Hui <zhui at codeweavers.com>
> ---
>  dlls/mlang/mlang.c       | 94
> +++++++++++++++++++++++++-----------------------
>  dlls/mlang/tests/mlang.c | 23 +-----------
>  2 files changed, 50 insertions(+), 67 deletions(-)
>
>
> diff --git a/dlls/mlang/mlang.c b/dlls/mlang/mlang.c
> index 7a6d8e4..4083565 100644
> --- a/dlls/mlang/mlang.c
> +++ b/dlls/mlang/mlang.c
> @@ -68,28 +68,28 @@ typedef struct
>      const WCHAR *alias;
>  } MIME_CP_INFO;
>  
> -/* These data are based on the codepage info in libs/unicode/cpmap.pl */
> +/* These data are dumped from windows */

You can't use data dumped straight from Windows. Same with your test
patch, which I'm guessing is from dumped data too.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list