23 Jan
2020
23 Jan
'20
9:48 p.m.
Module: wine Branch: master Commit: a08821186ac4a1755be1144ec7df7fc033ef9975 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a08821186ac4a1755be1144ec... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Jan 23 17:26:45 2020 +0100 unicode: Use existing helpers to build the sortkeys table. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/kernelbase/collation.c | 176 ++++++++++++++++---------------------------- libs/port/collation.c | 176 ++++++++++++++++---------------------------- tools/make_unicode | 59 +++------------ 3 files changed, 139 insertions(+), 272 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a08821186ac4a1755be11...