Alexandre Julliard : ntdll: Reimplement IdnToUnicode() 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: ab9fe967f14cd2838ea7e4a43031665c6781b9ae
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=ab9fe967f14cd2838ea7e4a43031665c6781b9ae

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

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

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

---

 dlls/kernel32/locale.c       | 173 +------------------------------------------
 dlls/kernel32/tests/locale.c |  19 +++--
 dlls/ntdll/locale.c          | 129 ++++++++++++++++++++++++++++++++
 dlls/ntdll/ntdll.spec        |   1 +
 include/winternl.h           |   1 +
 5 files changed, 148 insertions(+), 175 deletions(-)

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



More information about the wine-cvs mailing list