From c10d1db0438e4a55d9bfc674442ef1bce9901674 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Mon, 25 Aug 2014 12:47:04 -0400 Subject: [PATCH] string_exp/utf8_noindex: Update README Signed-off-by: Lucas Bajolet --- lib/string_experimentations/README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/string_experimentations/README b/lib/string_experimentations/README index aec087f..7cbce13 100644 --- a/lib/string_experimentations/README +++ b/lib/string_experimentations/README @@ -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 -- 1.7.9.5