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