Merge: Utf8 strings
authorJean Privat <jean@pryen.org>
Wed, 30 Jul 2014 01:06:54 +0000 (21:06 -0400)
committerJean Privat <jean@pryen.org>
Wed, 30 Jul 2014 01:06:54 +0000 (21:06 -0400)
commitc130d73ec1c1b5cd567854904b190f3ef7fd3384
tree4e5ba05878d0003ff6b7b0a074832997233091d9
parente77630ccb492899691e52f3cc70430dfa0ad06d3
parentf3a1efb6ea23047d1d5872c4d9b5dd665ad56c64
Merge: Utf8 strings

(Re?)Introducing Unicode strings (with UTF-8) with mandatory indexes for now, the module is incomplete yet (don't go and try to concatenate two UTF-8 FlatStrings, you'll be surprised by the result).

There's still some work to do on the global API, but here's a WIP version that should not break anything, any comments are welcome !

Pull-Request: #602
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Frédéric Vachon <fredvac@gmail.com>