hirokawa Thu Nov 21 11:12:50 2002 EDT
Modified files:
/php4/ext/mbstring CREDITS mbstring.c
Log:
mbstring is supporting CJK + some other encodings.
Index: php4/ext/mbstring/CREDITS
diff -u php4/ext/mbstring/CREDITS:1.2 php4/ext/mbstring/CREDITS:1.3
--- php4/ext/mbstring/CREDITS:1.2 Wed Apr 10 08:47:40 2002
+++ php4/ext/mbstring/CREDITS Thu Nov 21 11:12:49 2002
@@ -1,2 +1,2 @@
-Multibyte (Japanese) String Functions
+Multibyte String Functions
Tsukada Takuya, Rui Hirokawa
Index: php4/ext/mbstring/mbstring.c
diff -u php4/ext/mbstring/mbstring.c:1.147 php4/ext/mbstring/mbstring.c:1.148
--- php4/ext/mbstring/mbstring.c:1.147 Tue Nov 19 12:23:40 2002
+++ php4/ext/mbstring/mbstring.c Thu Nov 21 11:12:49 2002
@@ -17,10 +17,10 @@
+----------------------------------------------------------------------+
*/
-/* $Id: mbstring.c,v 1.147 2002/11/19 17:23:40 moriyoshi Exp $ */
+/* $Id: mbstring.c,v 1.148 2002/11/21 16:12:49 hirokawa Exp $ */
/*
- * PHP4 Multibyte String module "mbstring" (currently only for Japanese)
+ * PHP4 Multibyte String module "mbstring"
*
* History:
* 2000.5.19 Release php-4.0RC2_jstring-1.0
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php