Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17939 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90415 invoked by uid 1010); 13 Aug 2005 03:43:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 90400 invoked from network); 13 Aug 2005 03:43:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Aug 2005 03:43:17 -0000 X-Host-Fingerprint: 64.233.184.203 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.203:19571] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 29/F5-33075-55C6DF24 for ; Fri, 12 Aug 2005 23:43:17 -0400 Received: by wproxy.gmail.com with SMTP id 40so172794wri for ; Fri, 12 Aug 2005 20:43:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MDdZpVf3Yq9mOuFmTOhjOhDPehd6qaO5I1pW3dy6e9pYXOi+JM7kEPeB06SCQOmzR25qmMpXZBRuj1VyQdRyzFJqTGXqM0KYc+XoZD+ZBpV9crM7rX45aab6ETZNKJEGR1J0tDBOH7Vq9wqb4P15Xd6JGGxxqdcNFasLkbN0z6g= Received: by 10.54.17.66 with SMTP id 66mr76621wrq; Fri, 12 Aug 2005 20:43:14 -0700 (PDT) Received: by 10.54.20.42 with HTTP; Fri, 12 Aug 2005 20:43:14 -0700 (PDT) Message-ID: <28139bc050812204310f117f9@mail.gmail.com> Date: Sat, 13 Aug 2005 11:43:14 +0800 To: Nuno Lopes Cc: PHP Developers Mailing List , Andrei Zmievski In-Reply-To: <013101c59f6e$e0ab7880$0100a8c0@pc07653> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <013101c59f6e$e0ab7880$0100a8c0@pc07653> Subject: Re: [PHP-DEV] How to get started with Unicode From: xuefer@gmail.com (Xuefer) missing "charset=3D" in content-type header when unicode.output_encoding is set to other than utf-8 is_binary() is_unicode()? (while there is is_string()) and is_buffer() for string/binary/unicode? but pls fix extract() at very first as it inject variable in active symbol table.