Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70929 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52138 invoked from network); 30 Dec 2013 21:07:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Dec 2013 21:07:22 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.44 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.44 mail-la0-f44.google.com Received: from [209.85.215.44] ([209.85.215.44:34571] helo=mail-la0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/63-33070-680E1C25 for ; Mon, 30 Dec 2013 16:07:19 -0500 Received: by mail-la0-f44.google.com with SMTP id ep20so5883746lab.3 for ; Mon, 30 Dec 2013 13:07:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=KMwG2CmUEKj539qVhaPu8JY3tjTRMnCSca469oo3LBw=; b=kDPkQzrc1MtUnGaJXNyIXZ5IuH3LcFciIbo2RrzkW/Hl9PCNYLOaU5pM+BHU6VffKB WEmD17PAwk/s6n6Wdz0sjWdQNC4PQiMwVBd7v+U/W/2eDBX/xFDnGNRYwkm3BI3medrZ UYsGiCtV5gsOYkLPmXD6s77v5Ukz+pR42jIvGcvbDRU5W17zpQEnKIBOUmqkoQNzjNzj 1iIYyED/fKWF/0iDmY8yrYKUqGtlgnGpqxyhlHdLg0vwkndKAXg5szNUUqfFehIQPzQ1 BKF3zNmitBYXPq6bNo7xxM/nrA1UnIaHWYyKXZlT6AaPjIb8ui/PR9DJzlmb9U1/Mmwc USlA== X-Received: by 10.153.7.106 with SMTP id db10mr28602441lad.9.1388437635930; Mon, 30 Dec 2013 13:07:15 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.6.68 with HTTP; Mon, 30 Dec 2013 13:06:35 -0800 (PST) In-Reply-To: References: Date: Tue, 31 Dec 2013 06:06:35 +0900 X-Google-Sender-Auth: HvuyJRZWYJvo-VDTT3uhLqow-gA Message-ID: To: Nikita Popov Cc: Daniel Lowrey , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1134ba56151d0204eec6d4f4 Subject: Re: [PHP-DEV] Re: Default character encoding From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a1134ba56151d0204eec6d4f4 Content-Type: text/plain; charset=UTF-8 Hi Nikita, On Tue, Dec 31, 2013 at 5:38 AM, Nikita Popov wrote: > Context: https://wiki.php.net/rfc/default_encoding > > I'm also a bit concerned about this RFC in general. I think the idea behind > it make sense (consolidate encoding settings), but right now it feels a lot > like http://xkcd.com/927/ (turning 6 ini options into 9). Especially given > the issue with the different charset names between mbstring and iconv, I'm > not convinced that this will be more help than harm. > Most applications won't mix multibyte char modules. Even if one did, they still can change encoding by setting INI from user scripts. If users use default (UTF-8), it does not matter which multibyte char module they are using. I think too many INI settings bad also. Unneeded INIs should be cleaned up in future version. (PHP6?) > Also, the most important part of the RFC (htmlspecialchars) doesn't seem > reflected in the patch. Is that not yet implemented or did I misunderstand > something? > I'll implement required changes for functions. It's incomplete. I just don't have enough time :( Thank you for the comment. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a1134ba56151d0204eec6d4f4--