CVSROOT: /cvs Module name: src Changes by: sema...@cvs.openbsd.org 2015/08/23 04:14:40
Modified files: lib/libc/locale: setrunelocale.c Log message: restore codeset checking: we shouldn't silency fallback to ASCII codeset. there is a test for "only UTF-8" after, that will return ENOTSUP. So the caller will known the wanted codeset isn't supported. problem spotted by guenther@ OK stsp@ guenther@