[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
6.6.4 Character Sets
The features described in this section correspond directly to SRFI-14.
The data type charset implements sets of characters (see section Characters). Because the internal representation of character sets is not visible to the user, a lot of procedures for handling them are provided.
Character sets can be created, extended, tested for the membership of a characters and be compared to other character sets.
6.6.4.1 Character Set Predicates/Comparison | ||
6.6.4.2 Iterating Over Character Sets | Enumerate charset elements. | |
6.6.4.3 Creating Character Sets | Making new charsets. | |
6.6.4.4 Querying Character Sets | Test charsets for membership etc. | |
6.6.4.5 Character-Set Algebra | Calculating new charsets. | |
6.6.4.6 Standard Character Sets | Variables containing predefined charsets. |
This document was generated on April 20, 2013 using texi2html 5.0.