hirokawa                Thu Nov 21 11:21:33 2002 EDT

  Modified files:              (Branch: PHP_4_3)
    /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.2.4.1
--- php4/ext/mbstring/CREDITS:1.2       Wed Apr 10 08:47:40 2002
+++ php4/ext/mbstring/CREDITS   Thu Nov 21 11:21:33 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.142.2.3 php4/ext/mbstring/mbstring.c:1.142.2.4
--- php4/ext/mbstring/mbstring.c:1.142.2.3      Thu Nov 21 09:51:26 2002
+++ php4/ext/mbstring/mbstring.c        Thu Nov 21 11:21:33 2002
@@ -17,10 +17,10 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: mbstring.c,v 1.142.2.3 2002/11/21 14:51:26 moriyoshi Exp $ */
+/* $Id: mbstring.c,v 1.142.2.4 2002/11/21 16:21:33 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

Reply via email to