lib/standard/stream: Renamed streams for more explicit denomination
[nit.git] / lib / string_experimentations / utf8.nit
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2014-12-28 Jean Privatlib/unicode: Rename a class `UnicodeChar` to `UTF8Char...
2014-12-12 Alexandre Terrasalib/string_experimentations: fixes unread variables
2014-11-28 Jean Privatall: fix broken markdown comments with missing or unwan...
2014-11-18 Jean Privatlib: remove class StringCapable
2014-09-20 Jean PrivatMerge: lib/standard/string: Introducting Copy-on-Write...
2014-09-16 Lucas Bajoletlib/standard/string: Introducting Copy-on-Write FlatBuffers
2014-09-03 Jean Privatlib: remove remaining declaration of old-style attributes.
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Fixed print routine to support...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Output usable with UTF-8.
2014-07-29 Lucas Bajoletlib/string_exp/utf8: to_upper/lower usable with UTF...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Implemented to_upper/to_lower...
2014-07-29 Lucas Bajoletlib/string_ext/utf8: to_cstring will work on UTF-8...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Substring now works with UTF-8...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Adapted reverse service on UTF...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: UnicodeChars can be tested for...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Added routine to compute code...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Adapted * for FlatString with...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Adapted the construction from...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Introducing UTF-8 basics for String.