]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: glob: perform correct utf-32 -> multibyte conversion
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 22 Feb 2023 09:03:03 +0000 (10:03 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 22 Feb 2023 09:03:03 +0000 (10:03 +0100)
commitf3f20038c480e43ae264b760f4d8b14b618ca973
tree0ac985cb83b8d745b20ae20b9bb018e55138b42d
parent4349a1e4db294808b11a1bb50594c5ea1072d000
Cygwin: glob: perform correct utf-32 -> multibyte conversion

g_Ctoc, converting the UTF-32 filenames to multibyte, still
used UTF-16 to  multibyte conversion.  Introduce a wirtomb
helper and fix that.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/glob.cc
winsup/cygwin/local_includes/wchar.h
winsup/cygwin/strfuncs.cc
This page took 0.0323 seconds and 5 git commands to generate.