Warning: This is the manual of the legacy Guile 2.0 series. You may want to read the manual of the current stable series instead.
Next: Iterating Over Character Sets, Up: Character Sets [Contents][Index]
Use these procedures for testing whether an object is a character set,
or whether several character sets are equal or subsets of each other.
char-set-hash
can be used for calculating a hash value, maybe for
usage in fast lookup procedures.
Return #t
if obj is a character set, #f
otherwise.
Return #t
if all given character sets are equal.
Return #t
if every character set char_seti is a subset
of character set char_seti+1.
Compute a hash value for the character set cs. If bound is given and non-zero, it restricts the returned value to the range 0 … bound - 1.