Alexandre Julliard : ntdll: Reimplement IdnToAscii() using the normalization table and the ntdll helpers.
Module: wine Branch: master Commit: 01237d089641789cb3cc9c6436435cf410af2da8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=01237d089641789cb3cc9c643... Author: Alexandre Julliard <julliard(a)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(a)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=01237d089641789cb3cc9...
participants (1)
-
Alexandre Julliard