Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29143 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8618 invoked by uid 1010); 3 May 2007 11:32:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 8603 invoked from network); 3 May 2007 11:32:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 May 2007 11:32:31 -0000 Authentication-Results: pb1.pair.com header.from=tijnema@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tijnema@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.132.248 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tijnema@gmail.com X-Host-Fingerprint: 209.85.132.248 an-out-0708.google.com Received: from [209.85.132.248] ([209.85.132.248:13356] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4A/30-07047-C48C9364 for ; Thu, 03 May 2007 07:32:29 -0400 Received: by an-out-0708.google.com with SMTP id c28so477751ana for ; Thu, 03 May 2007 04:32:26 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ofOcjzaqYIAvGmFIjiYCFXdm4xZ4tqtOg8LxIF36f+fqcpG43CbQeVSm9TA/dsOhGZzgBC31Mv1SY+/S9d99EcpO9ZlAokGWCQEzFjO9OaVTyVHumPWxjTom17b/e2ZabtMZ6DGooATaA1C68MLAgrjwYcqk6Wxokvga/aDWgec= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HWbFh3GVP+s9KkONGX5DarHOtOts3siL/gjElcnR+CshQ3Y8Dq172qJKnebjRaC4n+i11ReTONLrlr3YE6RQw5txb/KF58/MXvivaiAgOqzYtRhF2GCOW7N1nth6QIkNyuCjx/w3iLeM8s2AN3Jf0YdKwTym2Ea1NPwfmTDEzbQ= Received: by 10.100.141.13 with SMTP id o13mr1452665and.1178191946187; Thu, 03 May 2007 04:32:26 -0700 (PDT) Received: by 10.100.43.17 with HTTP; Thu, 3 May 2007 04:32:26 -0700 (PDT) Message-ID: Date: Thu, 3 May 2007 13:32:26 +0200 To: "Rangel Reale" Cc: "Derick Rethans" , "Alexey Zakhlestin" , internals@lists.php.net In-Reply-To: <007801c78d73$e6dce460$0301a8c0@rangeldc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <006c01c78d26$beda26f0$0301a8c0@rangeldc> <007801c78d73$e6dce460$0301a8c0@rangeldc> Subject: Re: [PHP-DEV] Trying to understand PHP6's unicode support From: tijnema@gmail.com ("Tijnema !") On 5/3/07, Rangel Reale wrote: > Hmm ok, so what does the parameter "unicode.runtime_encoding = iso-8859-1" > do? > > This means that, when "unicode.semantics = on", internally everything is > utf-16, event text read from iso-8859-1 script files and database data, so > if I want to return iso-8859-1 data, I need to set "unicode.output_encoding > = iso-8859-1", and php will convert all echo'ed data from utf-16, is this > it? > > If so, can I change unicode.output_encoding at runtime, with ini_set? from: http://www.php.net/manual/nl/ini.php unicode.output_encoding : PHP_INI_ALL So yes, it can be set with ini_set. Tijnema > > ----- Original Message ----- > From: "Derick Rethans" > To: "Alexey Zakhlestin" > Cc: "Rangel Reale" ; > Sent: Thursday, May 03, 2007 5:58 AM > Subject: Re: [PHP-DEV] Trying to understand PHP6's unicode support > > > > On Thu, 3 May 2007, Alexey Zakhlestin wrote: > > > >> php6 always handles all "internal work" in utf-8 > > > > No, it is UTF-16 internally. > > > > Derick > > > > -- > > Derick Rethans > > http://derickrethans.nl | http://ez.no | http://xdebug.org > > > > > > > > -- > > Internal Virus Database is out-of-date. > > Checked by AVG Free Edition. > > Version: 7.5.463 / Virus Database: 269.6.1/776 - Release Date: 25/4/2007 > > 12:19 > > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >