* syscalls.cc (internal_setlocale): Use UTF-8 internally if external

charset is ASCII.
This commit is contained in:
Corinna Vinschen
2010-01-17 09:41:01 +00:00
parent 32cb8c8cfe
commit 62910474ac
2 changed files with 15 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2010-01-17 Corinna Vinschen <corinna@vinschen.de>
* syscalls.cc (internal_setlocale): Use UTF-8 internally if external
charset is ASCII.
2010-01-15 Corinna Vinschen <corinna@vinschen.de>
* libc/fnmatch.c: Replace with multibyte capable version from FreeBSD.