Alexandre Julliard : kernelbase: Reimplement WideCharToMultiByte using Win32-format codepage tables.

Alexandre Julliard julliard at winehq.org
Fri Dec 6 16:06:38 CST 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Dec  5 21:40:48 2019 +0100

kernelbase: Reimplement WideCharToMultiByte using Win32-format codepage tables.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernelbase/Makefile.in     |   1 +
 dlls/kernelbase/compose.c       | 405 ++++++++++++++++++++++++++++
 dlls/kernelbase/kernelbase.spec |   2 +-
 dlls/kernelbase/locale.c        | 578 +++++++++++++++++++++++++++++++++++++++-
 tools/make_unicode              |   1 +
 5 files changed, 984 insertions(+), 3 deletions(-)

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



More information about the wine-cvs mailing list