Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95166 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99613 invoked from network); 15 Aug 2016 03:18:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Aug 2016 03:18:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@ohgaki.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@ohgaki.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ohgaki.net designates 180.42.98.130 as permitted sender) X-PHP-List-Original-Sender: yohgaki@ohgaki.net X-Host-Fingerprint: 180.42.98.130 ns1.es-i.jp Received: from [180.42.98.130] ([180.42.98.130:58289] helo=es-i.jp) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/19-36656-C8431B75 for ; Sun, 14 Aug 2016 23:18:38 -0400 Received: (qmail 10786 invoked by uid 89); 15 Aug 2016 03:18:32 -0000 Received: from unknown (HELO mail-qk0-f181.google.com) (yohgaki@ohgaki.net@209.85.220.181) by 0 with ESMTPA; 15 Aug 2016 03:18:32 -0000 Received: by mail-qk0-f181.google.com with SMTP id f123so33841066qkd.1 for ; Sun, 14 Aug 2016 20:18:31 -0700 (PDT) X-Gm-Message-State: AEkoouuKGgOff6EsuoMUd4lgGx9RCF9CV98R+S9vME8fyrU2shcxLNGTjZrrYAbwbfPOfhR9BJ2D3bg3Y4xg0A== X-Received: by 10.55.141.131 with SMTP id p125mr6553578qkd.132.1471231105987; Sun, 14 Aug 2016 20:18:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.85.242 with HTTP; Sun, 14 Aug 2016 20:17:45 -0700 (PDT) Date: Mon, 15 Aug 2016 12:17:45 +0900 X-Gmail-Original-Message-ID: Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: [RFC][DISCUSSION] Remove utf8_decode() and utf8_encode() From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi all, utf8_decode() and utf8_encode() are not needed and causing problems than solving. https://wiki.php.net/rfc/remove_utf_8_decode_encode Proposal - Document deprecation them now - Remove them from 7.2 I think only few users are using and they shouldn't have problem using mbstring/iconv/intl functions. Any comments? Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net