fa09366bda569e70963b92c614723898210e757a
[nit.git] / lib / string_experimentations / README
1 This project is a collection of modules used to experiment on different variations of Text and its subclasses.
2 This is only temporary as these modules will eventually be merged into standard library or discarded for those bringing no real improvements to the language.
3
4 The modules contained here are :
5
6  * utf8: A draft of implementation of UTF-8 as internal encoding for Strings with automatic indexing.
7
8 TODO :
9
10  * utf8:
11   * Support for the whole API of Text
12   * Any kind of normalization form for equality (NFC probably)
13   * Compatibility versions of equality test
14   * Locale support
15   * Comparisons
16   * to_upper/lower fully-compatible with Unicode
17   * Lazy indexing version