From: Rui Hirokawa Date: Thu, 21 Nov 2002 16:12:49 +0000 (+0000) Subject: mbstring is supporting CJK + some other encodings. X-Git-Tag: RELEASE_1_0b2~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13a51b8f2010c5396172bd525766fb8f6651f45a;p=php mbstring is supporting CJK + some other encodings. --- diff --git a/ext/mbstring/CREDITS b/ext/mbstring/CREDITS index e4af536087..d03463b3d2 100644 --- a/ext/mbstring/CREDITS +++ b/ext/mbstring/CREDITS @@ -1,2 +1,2 @@ -Multibyte (Japanese) String Functions +Multibyte String Functions Tsukada Takuya, Rui Hirokawa diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index 150691fa1c..2e52f4c60e 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -20,7 +20,7 @@ /* $Id$ */ /* - * 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