Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95820 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44546 invoked from network); 9 Sep 2016 05:22:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2016 05:22:46 -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:59960] helo=es-i.jp) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 83/4A-61313-42742D75 for ; Fri, 09 Sep 2016 01:22:46 -0400 Received: (qmail 88613 invoked by uid 89); 9 Sep 2016 05:22:40 -0000 Received: from unknown (HELO mail-qk0-f180.google.com) (yohgaki@ohgaki.net@209.85.220.180) by 0 with ESMTPA; 9 Sep 2016 05:22:40 -0000 Received: by mail-qk0-f180.google.com with SMTP id z190so56334367qkc.3 for ; Thu, 08 Sep 2016 22:22:39 -0700 (PDT) X-Gm-Message-State: AE9vXwOf+0szhX/soh9x4f4mwu4N8wTauNagMv6prYLRMMx6cchy2snu077kw7HwrCeZVlhUE4M6KoUFgWB8nQ== X-Received: by 10.55.166.81 with SMTP id p78mr1753308qke.18.1473398554413; Thu, 08 Sep 2016 22:22:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.84.168 with HTTP; Thu, 8 Sep 2016 22:21:53 -0700 (PDT) In-Reply-To: References: Date: Fri, 9 Sep 2016 14:21:53 +0900 X-Gmail-Original-Message-ID: Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [RFC][DISCUSSION] Remove utf8_decode() and utf8_encode() From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi all, On Mon, Aug 15, 2016 at 12:17 PM, Yasuo Ohgaki wrote: > 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? Thank you for comments! I think it would be the best we document deprecation and leave as it is now. I'll start vote tomorrow. If you have comment, please do so asap. Thank you. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net