Alexandre Julliard : ntdll: Reimplement IdnToAscii() using the normalization table and the ntdll helpers.

Alexandre Julliard julliard at winehq.org
Tue Mar 3 16:24:51 CST 2020


Module: wine
Branch: master
Commit: 01237d089641789cb3cc9c6436435cf410af2da8
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=01237d089641789cb3cc9c6436435cf410af2da8

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Mar  2 16:28:41 2020 +0100

ntdll: Reimplement IdnToAscii() using the normalization table and the ntdll helpers.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/locale.c       | 137 ++-------------------------------------
 dlls/kernel32/tests/locale.c |  10 ++-
 dlls/ntdll/locale.c          | 148 +++++++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/ntdll.spec        |   1 +
 include/winternl.h           |   1 +
 5 files changed, 161 insertions(+), 136 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=01237d089641789cb3cc9c6436435cf410af2da8



More information about the wine-cvs mailing list