]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorAndrei Zmievski <andrei@php.net>
Thu, 18 Jan 2007 16:45:43 +0000 (16:45 +0000)
committerAndrei Zmievski <andrei@php.net>
Thu, 18 Jan 2007 16:45:43 +0000 (16:45 +0000)
unicode-todo.txt

index be342ec82f644e57329e183a01b39dae183d42db..8a664a679df0f03d8a824b250e722c718fd2b309 100644 (file)
@@ -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.