Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12440 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73793 invoked by uid 1010); 27 Aug 2004 20:53:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70082 invoked from network); 27 Aug 2004 20:52:49 -0000 Received: from unknown (HELO mgkyb1.nw.wakwak.com) (211.9.230.193) by pb1.pair.com with SMTP; 27 Aug 2004 20:52:49 -0000 Received: from vckyb1.nw.wakwak.com (postfix@vckyb1.nw.wakwak.com [211.9.230.144]) by mgkyb1.nw.wakwak.com (8.13.1/8.13.1/2004-08-10) with SMTP id i7RKqjnt082969; Sat, 28 Aug 2004 05:52:45 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) Received: from at.wakwak.com (at.wakwak.com [211.9.230.135]) by vckyb1.nw.wakwak.com (Postfix) with ESMTP id 62A3C3FE02; Sat, 28 Aug 2004 05:52:45 +0900 (JST) Received: from [192.168.0.100] (newcycle.as.wakwak.ne.jp [218.225.209.145]) by at.wakwak.com (8.13.1/8.13.1/2004-08-10) with ESMTP/inet id i7RKqhnk039887; Sat, 28 Aug 2004 05:52:43 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) In-Reply-To: <1093637721.6464.11.camel@localhost> References: <1093637721.6464.11.camel@localhost> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: Content-Transfer-Encoding: 7bit Cc: internals@lists.php.net Date: Sat, 28 Aug 2004 05:52:16 +0900 To: Al Baker X-Mailer: Apple Mail (2.619) Subject: Re: [PHP-DEV] Status of Multibyte support in PHP From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) Hi, On 2004/08/28, at 5:15, Al Baker wrote: > I'm trying to find status on the multibyte support in PHP. The manual > shows the functions in mbstring to be experimental and it's hard to > find > evidence of how stable it really is. Which manual says that mbstring is still experimental? :) it was marked "not experimental" two years ago. No matter what that says, and no matter who says it's experimental, it's been used for a fairly long time by lots of people and I've never heard of a serious flaw / deficiency in its functionality. There are also some alternatives that'd be worth paying attention to: - PHP5 iconv extension - php-i18n project led by l0t3k > Is this natively supported in PHP after 4.3.x? While the extension is there, PHP doesn't yet natively supports multibyte encodings in the sense that the language implementation always works singlebyte-wise and doesn't automagicallytake care of these fancy characters. Moriyoshi