Module: wine Branch: master Commit: a646e4e6f2a0bde517e71b40c936806652421626 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a646e4e6f2a0bde517e71b40c...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Feb 4 10:14:28 2020 +0100
unicode: Store recursive decompositions directly in the tables.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernelbase/decompose.c | 1112 ++++++------ libs/port/decompose.c | 3894 ++++++++++++++++++++++++++----------------- tools/make_unicode | 113 +- 3 files changed, 2992 insertions(+), 2127 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a646e4e6f2a0bde517e71...