Merge: Regular Expression fix with Unicode
authorJean Privat <jean@pryen.org>
Fri, 28 Aug 2015 16:43:47 +0000 (12:43 -0400)
committerJean Privat <jean@pryen.org>
Fri, 28 Aug 2015 16:43:47 +0000 (12:43 -0400)
commit6578be63c27039976b8a44d483d2d1619ae4fc6d
tree7b06f563ec3ac3fcb6688891ba23d1daff9cfd92
parentff0b6bb5e2884046eb2a0fa246b4de0c081ffc26
parentb4f6d7517b9d4d8eefa619b136f3b41226ddba6a
Merge: Regular Expression fix with Unicode

Fixes issue #1659, RE are now a bit more expensive, but they should behave correctly when dealing with Unicode Strings.

Pull-Request: #1662
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
lib/core/re.nit
lib/core/text/flat.nit
lib/core/text/native.nit