Newsgroups: php.internals
Path: news.php.net
Xref: news.php.net php.internals:95821
Return-Path: <oishi@giraffy.jp>
Mailing-List: contact internals-help@lists.php.net; run by ezmlm
Delivered-To: mailing list internals@lists.php.net
Received: (qmail 67057 invoked from network); 9 Sep 2016 07:29:48 -0000
Received: from unknown (HELO lists.php.net) (127.0.0.1)
  by localhost with SMTP; 9 Sep 2016 07:29:48 -0000
Authentication-Results: pb1.pair.com header.from=kazuo@o-ishi.jp; sender-id=pass
Authentication-Results: pb1.pair.com smtp.mail=oishi@giraffy.jp; spf=pass; sender-id=pass
Received-SPF: pass (pb1.pair.com: domain giraffy.jp designates 49.212.134.110 as permitted sender)
X-PHP-List-Original-Sender: oishi@giraffy.jp
X-Host-Fingerprint: 49.212.134.110 www7096uf.sakura.ne.jp  
Received: from [49.212.134.110] ([49.212.134.110:50796] helo=xii.giraffy.jp)
	by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP
	id 10/DA-61313-6E462D75 for <internals@lists.php.net>; Fri, 09 Sep 2016 03:29:44 -0400
Received: from localhost (localhost [127.0.0.1])
	by xii.giraffy.jp (Postfix) with ESMTP id E18897A7F77
	for <internals@lists.php.net>; Fri,  9 Sep 2016 16:29:38 +0900 (JST)
X-Virus-Scanned: amavisd-new at giraffy.jp
Received: from xii.giraffy.jp ([127.0.0.1])
	by localhost (xii.giraffy.jp [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id O_MuaSOYqD7L for <internals@lists.php.net>;
	Fri,  9 Sep 2016 16:29:35 +0900 (JST)
Received: from lil.giraffy.jp (aa024044.ppp.asahi-net.or.jp [110.5.24.44])
	by xii.giraffy.jp (Postfix) with ESMTPSA id 82E117A7F46
	for <internals@lists.php.net>; Fri,  9 Sep 2016 16:29:35 +0900 (JST)
To: internals@lists.php.net
In-Reply-To: <CAGa2bXZcEpz66QAOFgXLjtLayM+STBgU8HFhnjxZBkysUWsDWA@mail.gmail.com>
	(Yasuo Ohgaki's message of "Fri, 9 Sep 2016 14:21:53 +0900")
References: <CAGa2bXYGUhihdbMMBQB7FQ6CnmYqrB_x2YVjdZTvT8gDs59oOQ@mail.gmail.com>
	<CAGa2bXZcEpz66QAOFgXLjtLayM+STBgU8HFhnjxZBkysUWsDWA@mail.gmail.com>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
Date: Fri, 09 Sep 2016 16:29:35 +0900
Message-ID: <87twdp350g.fsf@lil.giraffy.jp>
MIME-Version: 1.0
Content-Type: text/plain
Subject: Re: [PHP-DEV] Re: [RFC][DISCUSSION] Remove utf8_decode() and utf8_encode()
From: kazuo@o-ishi.jp (Kazuo Oishi)

>> utf8_decode() and utf8_encode() are not needed and causing problems
>> than solving.
>>
>> https://wiki.php.net/rfc/remove_utf_8_decode_encode
...
> 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.

RFC title is confusing.  I think it should be changed to
"Deprecate utf8_decode() and utf8_encode()".

-- 
Oishi Kazuo