Module: wine Branch: master Commit: b83af7c763b40280650990d4ca6385ad35143b00 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b83af7c763b40280650990d4c...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Mar 13 11:42:31 2020 +0100
unicode: Update data tables to Unicode 13.0.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dwrite/bracket.c | 2 +- dlls/dwrite/direction.c | 482 ++++++++++---------- dlls/dwrite/linebreak.c | 1034 ++++++++++++++++++++++--------------------- dlls/dwrite/mirror.c | 2 +- dlls/dwrite/scripts.c | 957 ++++++++++++++++++++-------------------- dlls/dwrite/scripts.h | 2 +- dlls/gdi32/direction.c | 482 ++++++++++---------- dlls/gdi32/vertical.c | 6 +- dlls/kernelbase/digitmap.c | 2 +- dlls/kernelbase/wctype.c | 1042 ++++++++++++++++++++++---------------------- dlls/usp10/bracket.c | 2 +- dlls/usp10/direction.c | 482 ++++++++++---------- dlls/usp10/indicsyllable.c | 18 +- dlls/usp10/linebreak.c | 1034 ++++++++++++++++++++++--------------------- dlls/usp10/mirror.c | 2 +- dlls/usp10/shape.c | 2 + dlls/usp10/shaping.c | 265 +++++------ dlls/wineps.drv/vertical.c | 6 +- libs/port/casemap.c | 43 +- libs/port/wctype.c | 62 +-- nls/l_intl.nls | Bin 5432 -> 5512 bytes nls/normidna.nls | Bin 82058 -> 82658 bytes nls/normnfc.nls | Bin 57630 -> 58166 bytes nls/normnfd.nls | Bin 50942 -> 51466 bytes nls/normnfkc.nls | Bin 79052 -> 79762 bytes nls/normnfkd.nls | Bin 72684 -> 73382 bytes tools/make_unicode | 13 +- 27 files changed, 2957 insertions(+), 2983 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b83af7c763b4028065099...