Alexandre Julliard : unicode: Use a standard two-level mapping table for the sortkeys map.
Module: wine Branch: master Commit: bfeb0a97fe2f134ab427a36d5709294930aa4253 URL: https://source.winehq.org/git/wine.git/?a=commit;h=bfeb0a97fe2f134ab427a36d5... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Jan 27 20:22:47 2020 +0100 unicode: Use a standard two-level mapping table for the sortkeys map. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/kernelbase/collation.c | 443 +++++++++++++------------------------------- dlls/kernelbase/locale.c | 10 +- libs/port/collation.c | 443 +++++++++++++------------------------------- libs/port/sortkey.c | 6 +- tools/make_unicode | 41 ++-- 5 files changed, 295 insertions(+), 648 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=bfeb0a97fe2f134ab427a...
participants (1)
-
Alexandre Julliard