Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95827 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85482 invoked from network); 9 Sep 2016 08:26:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2016 08:26:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=me@kelunik.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=me@kelunik.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain kelunik.com from 81.169.146.163 cause and error) X-PHP-List-Original-Sender: me@kelunik.com X-Host-Fingerprint: 81.169.146.163 mo4-p00-ob.smtp.rzone.de Received: from [81.169.146.163] ([81.169.146.163:8103] helo=mo4-p00-ob.smtp.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0B/0D-61313-52272D75 for ; Fri, 09 Sep 2016 04:26:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1473409570; l=3380; s=domk; d=kelunik.com; h=Content-Type:Cc:To:Subject:Date:From:References:In-Reply-To: MIME-Version; bh=rCpxDDlfFD+Fqazh28/pfbR/KdpKM6Jfy9dbINRzU3Q=; b=tdRDTk6sWdZdsEBpuctE91HW+DLXq2swQZzAgr01OlCvWNLmTjaFAqhKFqe4ex1Bp/w 9zkrJmRUMYQLF72onkFChSnmQ/PlOLhKmy/V1CU6fzjoWeTlzxImJKm45jJ7pE19BdIKR wldA3Aq/7TNfiDD9LUq/b1CZkn9Ol0+MVQc= X-RZG-AUTH: :IWkkfkWkbvHsXQGmRYmUo9mls2vWuiu+7SLGvomb4bl9EfHtO3s6 X-RZG-CLASS-ID: mo00 Received: from mail-wm0-f48.google.com ([74.125.82.48]) by smtp.strato.de (RZmta 39.1 AUTH) with ESMTPSA id 601137s898QA42n (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp384r1 with 384 ECDH bits, eq. 7680 bits RSA)) (Client did not present a certificate) for ; Fri, 9 Sep 2016 10:26:10 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id b187so18148415wme.1 for ; Fri, 09 Sep 2016 01:26:10 -0700 (PDT) X-Gm-Message-State: AE9vXwPoJET9WMujOgyhqfwV8TqqZE6oeTBJ3CdK+FWuBnL0/IkqO1zMHbZygHh9bc6HfJbrLNEM/A9N8pfmjA== X-Received: by 10.28.165.133 with SMTP id o127mr1326442wme.3.1473409570030; Fri, 09 Sep 2016 01:26:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.180.7 with HTTP; Fri, 9 Sep 2016 01:26:09 -0700 (PDT) In-Reply-To: References: Date: Fri, 9 Sep 2016 10:26:09 +0200 X-Gmail-Original-Message-ID: Message-ID: To: Yasuo Ohgaki Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a114b3ca007cd09053c0ee66d Subject: Re: [PHP-DEV] Re: [RFC][DISCUSSION] Remove utf8_decode() and utf8_encode() From: me@kelunik.com (Niklas Keller) --001a114b3ca007cd09053c0ee66d Content-Type: text/plain; charset=UTF-8 2016-09-09 7:21 GMT+02:00 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > Do you plan to emit E_DEPRECATED or only deprecate them via documentation? What about the alias suggestions? Regards, Niklas --001a114b3ca007cd09053c0ee66d--