Module: wine Branch: master Commit: 0576fa43c414f866e1e91dae89bd2b096d7bf2a2 URL: https://source.winehq.org/git/wine.git/?a=commit;h=0576fa43c414f866e1e91dae8...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Feb 4 14:36:21 2020 +0100
unicode: Expand surrogates in decomposition tables.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernelbase/decompose.c | 96 ++--- libs/port/decompose.c | 914 ++++++++++++++++++++++---------------------- tools/make_unicode | 15 +- 3 files changed, 518 insertions(+), 507 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=0576fa43c414f866e1e91...