Module: wine Branch: master Commit: c658731975d7755d2ae0d05af43f1af6332292b5 URL: https://source.winehq.org/git/wine.git/?a=commit;h=c658731975d7755d2ae0d05af...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Feb 17 10:44:04 2020 +0100
unicode: Add support for high Unicode planes in decomposition tables.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/tests/locale.c | 23 +- dlls/kernelbase/decompose.c | 1588 +++++++++++---- dlls/ntdll/decompose.c | 4440 ++++++++++++++++++++++++++++++------------ dlls/ntdll/locale.c | 99 +- tools/make_unicode | 23 +- 5 files changed, 4478 insertions(+), 1695 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=c658731975d7755d2ae0d...