(scm_char_alphabetic_p, scm_char_numeric_p, scm_char_whitespace_p,
authorMarius Vollmer <mvo@zagadka.de>
Tue, 24 Aug 2004 22:12:59 +0000 (22:12 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Tue, 24 Aug 2004 22:12:59 +0000 (22:12 +0000)
commit1fdbbd4cd614257b5aa4f329556938db57014756
tree4fbe9008ee87979cb23803ad0110b03a441a38b3
parentc44ca4fe75905a4e2c3ff7f2662192ef4c8d05bc
(scm_char_alphabetic_p, scm_char_numeric_p, scm_char_whitespace_p,
scm_upper_case_p, scm_lower_case_p, scm_char_is_both_p): Use
scm_char_set_contains_p with the proper charset instead of libc
functions.
libguile/chars.c