Huw Davies : kernel32: Initial support for canonical decomposition in NormalizeString().

Alexandre Julliard julliard at winehq.org
Mon Feb 11 16:12:10 CST 2019


Module: wine
Branch: master
Commit: e4a9e2ff2e65a37333d1dd4f132a062d3380bce2
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=e4a9e2ff2e65a37333d1dd4f132a062d3380bce2

Author: Huw Davies <huw at codeweavers.com>
Date:   Fri Feb  8 10:41:23 2019 +0000

kernel32: Initial support for canonical decomposition in NormalizeString().

Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/locale.c       | 56 ++++++++++++++++++++++++++++++++++++++++----
 dlls/kernel32/tests/locale.c | 42 ++++++++++++++++-----------------
 include/wine/unicode.h       |  4 ++++
 libs/port/Makefile.in        |  1 +
 libs/port/decompose.c        |  4 ++--
 libs/port/mbtowc.c           | 10 ++++----
 libs/port/normalize.c        | 38 ++++++++++++++++++++++++++++++
 libs/wine/sortkey.c          |  2 +-
 tools/make_unicode           |  4 ++--
 9 files changed, 124 insertions(+), 37 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=e4a9e2ff2e65a37333d1dd4f132a062d3380bce2



More information about the wine-cvs mailing list