string_exp/utf8_noindex: Update README
authorLucas Bajolet <r4pass@hotmail.com>
Mon, 25 Aug 2014 16:47:04 +0000 (12:47 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Mon, 25 Aug 2014 16:47:04 +0000 (12:47 -0400)
Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>

lib/string_experimentations/README

index aec087f..7cbce13 100644 (file)
@@ -17,6 +17,8 @@ TODO :
   * to_upper/lower fully-compatible with Unicode
 
  * utf8_no_index:
-  * Add cache for the last indexed character
-  * Two-way iteration
-  * Intelligent indexed access (calculating the nearest point of insertion, i.e. begin, end, or cache)
+  * Add cache for the last indexed character - DONE
+  * Two-way iteration - DONE
+  * Intelligent indexed access (calculating the nearest point of insertion, i.e. begin, end, or cache) - DONE
+  * UnicodeChar as universal type
+  * UnicodeChar => Char and Char => Byte