Module: wine Branch: master Commit: 4b5c67ee0b3773b93cb0456a13f2822b7793617d URL: https://source.winehq.org/git/wine.git/?a=commit;h=4b5c67ee0b3773b93cb0456a1... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Jan 23 16:54:05 2020 +0100 unicode: Remove case mappings that don't round-trip. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/kernel32/tests/locale.c | 20 ++++----- dlls/ntdll/tests/rtlstr.c | 2 - libs/port/casemap.c | 103 +++++++++++++++++-------------------------- loader/l_intl.nls | Bin 6726 -> 6566 bytes tools/make_unicode | 15 +++++++ 5 files changed, 64 insertions(+), 76 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4b5c67ee0b3773b93cb04...