CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/04/03 15:07:34
Modified files:
lib/libc/locale: runeglue.c
Log message:
Don't fill the ctype tab with Latin-1 information in UTF-8 locales.
Single byte sequences other than ASCII are not valid UTF-8, so they should
test false in single-byte ctype functions like isprint().
Remove some dead #ifdef'd code while here.
ok phessler nicm mikeb
