Module: wine Branch: master Commit: 31360d4785fc889927039ea3721d20da873bcc45 URL: https://source.winehq.org/git/wine.git/?a=commit;h=31360d4785fc889927039ea37... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Jan 27 19:36:05 2020 +0100 unicode: Use a standard two-level mapping table for the digit map. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/kernelbase/digitmap.c | 893 ++++++--------------------------------------- dlls/kernelbase/locale.c | 5 +- libs/port/digitmap.c | 893 ++++++--------------------------------------- libs/port/fold.c | 3 +- tools/make_unicode | 2 +- 5 files changed, 235 insertions(+), 1561 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=31360d4785fc889927039...