Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29159 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38471 invoked by uid 1010); 3 May 2007 15:31:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 38456 invoked from network); 3 May 2007 15:31:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 May 2007 15:31:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 82.135.73.183 cause and error) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 82.135.73.183 ppp-82-135-73-183.dynamic.mnet-online.de Received: from [82.135.73.183] ([82.135.73.183:42476] helo=johannes.nop) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 89/37-27633-1400A364 for ; Thu, 03 May 2007 11:31:15 -0400 Received: from johannes.nop (localhost [127.0.0.1]) by johannes.nop (8.13.8/8.13.8) with ESMTP id l43FU5ZK005636; Thu, 3 May 2007 17:30:26 +0200 Received: (from johannes@localhost) by johannes.nop (8.13.8/8.13.8/Submit) id l43FU3C1005635; Thu, 3 May 2007 17:30:03 +0200 X-Authentication-Warning: johannes.nop: johannes set sender to johannes@php.net using -f To: Tomas Kuliavas Cc: Rangel Reale , internals@lists.php.net In-Reply-To: <49539.195.22.180.233.1178191770.squirrel@avilys.eik.lt> References: <006c01c78d26$beda26f0$0301a8c0@rangeldc> <49539.195.22.180.233.1178191770.squirrel@avilys.eik.lt> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Thu, 03 May 2007 17:30:03 +0200 Message-ID: <1178206203.4611.2.camel@johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) Subject: Re: [PHP-DEV] Trying to understand PHP6's unicode support From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Thu, 2007-05-03 at 14:29 +0300, Tomas Kuliavas wrote: > I think you are confusing PHP features with MySQL features. By running > 'SET NAMES' query you set client, connection and result character sets in > MySQL (see http://dev.mysql.com/doc/refman/4.1/en/charset.html). It is not > related to PHP. MySQL has internal character set support since 4.1 > version. But PHP 6 still needs to get the data in a "proper" encoding so it matters. Please see http://news.php.net/php.i18n/1062 until posting 1066 for another discussion started by Rangel Reale about the same issue. johannes