mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 16:30:19 +02:00
*** empty log message ***
This commit is contained in:
parent
d9cccf110a
commit
4add5217db
1 changed files with 8 additions and 0 deletions
8
NEWS
8
NEWS
|
@ -262,6 +262,14 @@ The starred items are new.
|
|||
|
||||
* 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue