Alexandre Julliard : ntdll: Reimplement IdnToNameprepUnicode() using the NLS normalization table.

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


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

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

ntdll: Reimplement IdnToNameprepUnicode() using the NLS normalization table.

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

---

 dlls/kernel32/locale.c       | 210 +------------------------------------------
 dlls/kernel32/tests/locale.c |  16 ++--
 dlls/ntdll/locale.c          |  74 +++++++++++++++
 dlls/ntdll/ntdll.spec        |   1 +
 include/winternl.h           |   1 +
 5 files changed, 90 insertions(+), 212 deletions(-)

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



More information about the wine-cvs mailing list