Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 01/21/2001 05:56:27
Module Name: basesrc
Committed By: itojun
Date: Sun Jan 21 03:56:27 UTC 2001
Modified Files:
basesrc/lib/libc/locale: rune.c
Log Message:
check _B (old isprint && !isgraph) when we generate _CTYPE_R (isprint).
otherwise, iso-8859-x locale will become incorrect about isprint(0xa0).
XXX too much workaround...
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 basesrc/lib/libc/locale/rune.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.