*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Tue, 7 Aug 2001 14:39:02 +0000 (14:39 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Tue, 7 Aug 2001 14:39:02 +0000 (14:39 +0000)
NEWS

diff --git a/NEWS b/NEWS
index eadbbf4..bba3769 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -256,6 +256,14 @@ default.
 
 * Changes to Scheme functions and syntax
 
+** Character classifiers work for non-ASCII characters.
+
+The predicates `char-alphabetic?', `char-numeric?',
+`char-whitespace?', `char-lower?', `char-upper?' and `char-is-both?'
+no longer check whether their arguments are ASCII characters.
+Previously, a character would only be considered alphabetic when it
+was also ASCII, for example.
+
 ** Previously deprecated Scheme functions have been removed:
 
   tag - no replacement.