Module: wine Branch: master Commit: cd13557f488e28845dbb78b947b0fa47f7036f53 URL: https://source.winehq.org/git/wine.git/?a=commit;h=cd13557f488e28845dbb78b94...
Author: Alexandre Julliard julliard@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@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=cd13557f488e28845dbb7...