Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69933 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10616 invoked from network); 29 Oct 2013 10:50:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Oct 2013 10:50:30 -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.42 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-la0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:54803] helo=mail-la0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F9/00-10284-5F29F625 for ; Tue, 29 Oct 2013 05:50:29 -0500 Received: by mail-la0-f42.google.com with SMTP id ea20so6371376lab.29 for ; Tue, 29 Oct 2013 03:50:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=0OGazuJWxKetxXqCGCXqEGOL98SmQKZX4kSDfruVYuo=; b=k1rrIZgsqgtCwAEDcsdx9xNf3qhzlLIMaYAGmwf/psYKT0KJDllmPqvXDbsEkMNR6u GXLUbzvw1mASh0clFcte1EBiMHMu7Rxbr96yVPgG4KdSsBc9e44daZBEIF9NQ8rdQSik xSovIctUKlN8iGy1HGpZ3P8SQPgCymd57oJWqGOG2BuYIXoMWxRZR9U6UXt5EuiQVD1W 8fQ8uknvNL2WLzfpEGabnIbTXRZEZ2JaIyHXBQ/8YZmH239PjVkUe2gkkKlJyqmfTYB8 8IX8u+U482GGcXG0tk/ijaXdtJvp1tW4kr82ylSrklBrEZqg30+SXS69DR810/HxOwhU IPFg== X-Received: by 10.152.22.131 with SMTP id d3mr1417916laf.35.1383043826266; Tue, 29 Oct 2013 03:50:26 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.154.201 with HTTP; Tue, 29 Oct 2013 03:49:46 -0700 (PDT) Date: Tue, 29 Oct 2013 19:49:46 +0900 X-Google-Sender-Auth: crc66OYZZhFyxgucmbRfyr3o64k Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=089e0158b866f9364004e9defbda Subject: [RFC] Use default_charset As Default Character Encoding From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e0158b866f9364004e9defbda Content-Type: text/plain; charset=UTF-8 Hi all, Currently, we have many encoding settings. It would be nicer if we have central encoding settings. https://wiki.php.net/rfc/default_encoding The patch is PoC, but the intent would be clear. Any comments are appreciated. Thank you. -- Yasuo Ohgaki yohgaki@ohgaki.net --089e0158b866f9364004e9defbda--