andrei          Thu Jan 18 16:45:43 2007 UTC

  Modified files:              
    /php-src    unicode-todo.txt 
  Log:
  
  
http://cvs.php.net/viewvc.cgi/php-src/unicode-todo.txt?r1=1.23&r2=1.24&diff_format=u
Index: php-src/unicode-todo.txt
diff -u php-src/unicode-todo.txt:1.23 php-src/unicode-todo.txt:1.24
--- php-src/unicode-todo.txt:1.23       Tue Oct  3 19:35:37 2006
+++ php-src/unicode-todo.txt    Thu Jan 18 16:45:43 2007
@@ -35,7 +35,8 @@
   performance difference when doing quickCheck + normalize versus simple
   normalize.
 
-* UG(unicode) is turned off during MINIT() currently. We need to figure out
-  a way to avoid turning it off.
+* USTR_MAKE("") should be estrndup(EMPTY_STR)
 
-* USTR_MAKE("") should be EMPTY_STR
+* See if ext/pcre can ba adjusted to allow operations on pure binary
+  strings. Ideal mode would be: convert all IS_UNICODE to UTF-8, assume that
+  binary strings with /u modifier are UTF-8, otherwise it's pure binary.

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to