Module: wine Branch: master Commit: 64e6d72284cdcaf757b7e937828437152e137388 URL: https://source.winehq.org/git/wine.git/?a=commit;h=64e6d72284cdcaf757b7e9378...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Feb 17 10:45:27 2020 +0100
unicode: Add support for high Unicode planes in composition tables.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernelbase/compose.c | 653 ++++++++++++++++++++++++---------------------- dlls/kernelbase/locale.c | 57 ++-- dlls/ntdll/compose.c | 653 ++++++++++++++++++++++++---------------------- dlls/ntdll/locale.c | 54 ++-- tools/make_unicode | 29 +- 5 files changed, 756 insertions(+), 690 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=64e6d72284cdcaf757b7e...