| CaseMap |
Case mappings as defined in Unicode Technical Report #21
|
| CharEncoding |
Module for character encodings.
|
| Default |
modules with default configuration.
|
| IMap | |
| ISet | |
| Locale |
Camomile has a locale system similar to Java.
|
| Main |
All-in-one, configure once module
|
| OOChannel |
Generic input channel
Have the same interface of Polymorphic input channel of
http://www.ocaml-programming.de/rec/IO-Classes.html
All channels of Camomile having this interface must confirm
the behaviour defined in the recommendation above.
|
| SubText |
Sub-texts, parts of original (ur-) texts.
|
| UCS4 |
UCS4 encoded string.
|
| UChar |
Unicode (ISO-UCS) characters.
|
| UCharInfo |
Character Information
|
| UCharTbl |
Fast lookup tables.
|
| UCol |
String comparison by collation as described in UTR #10
|
| ULine |
Line I/O, conversion of line separators.
|
| UMap |
Maps over Unicode characters.
|
| UNF |
Unicode normal form (NFD, NFKD, NFC, NFKC) as described in UTR #15
|
| UPervasives |
Aliases for UChar.uint_code, UChar.chr_of_uint
|
| URe |
Regular expression engine.
|
| UReStr |
Module for a Str-like regular expression syntax.
|
| USet |
Sets of Unicode characters, implemented as sets of intervals.
|
| UTF16 |
UTF-16 encoded string.
|
| UTF8 |
UTF-8 encoded Unicode strings.
|
| UText |
An implementation of Unicode string.
|
| UnicodeString |
Signature for Unicode strings.
|
| XArray |
XArray will be replaced by Dynarray in future.
|
| XString |
eXtensible Unicode string.
|