Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58855 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14788 invoked from network); 12 Mar 2012 07:00:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Mar 2012 07:00:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=adamjonr@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adamjonr@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: adamjonr@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:46363] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BE/82-33887-D1F9D5F4 for ; Mon, 12 Mar 2012 02:00:46 -0500 Received: by yhfq11 with SMTP id q11so2512547yhf.29 for ; Mon, 12 Mar 2012 00:00:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=dbN0/7+AkZuu+PkFEGdUTjrXf5aJ9wweiFHQk22CNcQ=; b=MsCj4HeieTLBTiRT83cNdVqRmAc+yi9eCe7VuTaJ/eTYoft4KdeJLzbH5a3hkQ2NW3 kw2icZojFTlleu4hP+nY0KBA5dGtfzfL6m/HAXdTckk9Sx2LDSYB/TRpUP/EziEim1fA xRAVJOHZn/7u/UXund+LmBg50XvQwHBudlEWWCqdJ+EYO+akCp7PxFmjRz8D4xjTn/WC kT+WIqFgp+CkFnNlt+78HjaFmQrajoy8RAweKEnTZM1v0JIE6RnlqRaqVvNYPgn4vuct lNGiv2VJ64AKFxP0eGJ3SANhyDh91IUmT/ekoMipx60jmouZh6g246ZIdoy2+cdLxi1C vCFg== MIME-Version: 1.0 Received: by 10.60.3.226 with SMTP id f2mr5739923oef.44.1331535642818; Mon, 12 Mar 2012 00:00:42 -0700 (PDT) Received: by 10.182.19.104 with HTTP; Mon, 12 Mar 2012 00:00:42 -0700 (PDT) In-Reply-To: <4F5D9C77.3030000@lerdorf.com> References: <4F5D9C77.3030000@lerdorf.com> Date: Mon, 12 Mar 2012 03:00:42 -0400 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=e89a8ff252a8fef78804bb064c38 Subject: Re: [PHP-DEV] default charset confusion From: adamjonr@gmail.com (Adam Jon Richardson) --e89a8ff252a8fef78804bb064c38 Content-Type: text/plain; charset=ISO-8859-1 On Mon, Mar 12, 2012 at 2:49 AM, Rasmus Lerdorf wrote: > What we really need is what we added in PHP 6. A runtime encoding ini > setting that is distinct from the output charset which we can use here. > That would allow people to fix all their legacy code to a specific > runtime encoding with a single ini setting instead of changing thousands > of lines of code. I propose that we add such a directive to 5.4.1 to > ease migration. > This seems likes a very reasonable way of dealing with this issue. Adam --e89a8ff252a8fef78804bb064c38--