]> sourceware.org Git - newlib-cygwin.git/commit
Fix regression in console charset handling
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 19 Oct 2016 10:48:40 +0000 (12:48 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 19 Oct 2016 10:52:14 +0000 (12:52 +0200)
commit5a3496c3e3c159e6cfb4879f5adae1092927483f
treeb74ca8421ecb4df66d1f5b6ae52544e0cb07b3ff
parentba2851eecacd79d6ec4083bdf1d38b2a53cabdd7
Fix regression in console charset handling

Commit d16a5630 dropped usage of cygheap's locale functions
in favor of local on-the-fly usage of UTF-8 instead of ASCII.
This allowed to use the current local rather than a fixed
system-wide locale set at startup time.  d16a5630 just missed
to add the ASCII->UTF-8 conversion in the console as well.

Fixes https://cygwin.com/ml/cygwin/2016-10/msg00000.html

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/fhandler_console.cc
This page took 0.02643 seconds and 5 git commands to generate.