com gtk/php-gtk: We need a generic function for UTF-8 compat in arrays of strings.: TODO2
[email protected] (David Soria Parra)
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 3f035f3e21276db1c8bbce13326d163eb761b549 Author: Steph Fox <[email protected]> Thu, 22 Jun 2006 15:20:11 +0000 Parents: 172a2e9f7da086e36003ffdcf8d0206a1eb56938 Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=3f035f3e21276db1c8bbce13326d163eb761b549 Log: We need a generic function for UTF-8 compat in arrays of strings. Changed paths: M TODO2 Diff: 3f035f3e21276db1c8bbce13326d163eb761b549 diff --git a/TODO2 b/TODO2 index 66d1eef..14f70a5 100644 --- a/TODO2 +++ b/TODO2 @@ -20,6 +20,7 @@ Base Functionality * See whether we want to speed up callbacks by doing zend_is_callable() up front. This means that the callback has to be defined and accessible when you register it. +* Add a generic function to allow i18n support for strings in arrays. Classes and Functions ~~~~~~~~~~~~~~~~~~~~~