DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(guile.info.gz) SRFI-14

Info Catalog (guile.info.gz) SRFI-13 (guile.info.gz) SRFI Support (guile.info.gz) SRFI-16
 
 39.12 SRFI-14 - Character-set Library
 =====================================
 
 SRFI-14 defines the data type "character set", and also defines a lot
 of procedures for handling this character type, and a few standard
 character sets like whitespace, alphabetic characters and others.
 
    All procedures from SRFI-14 (character-set library) are implemented
 in the module `(srfi srfi-14)', as well as the standard variables
 `char-set:letter', `char-set:digit' etc.
 

Menu

 
* Loading SRFI-14             How to make charsets available.
* SRFI-14 Character Set Data Type  Underlying data type for charsets.
* SRFI-14 Predicates/Comparison  Charset predicates.
* SRFI-14 Iterating Over Character Sets  Enumerate charset elements.
* SRFI-14 Creating Character Sets  Making new charsets.
* SRFI-14 Querying Character Sets  Test charsets for membership etc.
* SRFI-14 Character-Set Algebra  Calculating new charsets.
* SRFI-14 Standard Character Sets  Variables containing predefined charsets.
 
Info Catalog (guile.info.gz) SRFI-13 (guile.info.gz) SRFI Support (guile.info.gz) SRFI-16
automatically generated byinfo2html