Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72510 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14822 invoked from network); 12 Feb 2014 11:19:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Feb 2014 11:19:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.44 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.44 mail-la0-f44.google.com Received: from [209.85.215.44] ([209.85.215.44:47835] helo=mail-la0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E1/00-14696-7A85BF25 for ; Wed, 12 Feb 2014 06:19:03 -0500 Received: by mail-la0-f44.google.com with SMTP id hr13so7056497lab.3 for ; Wed, 12 Feb 2014 03:18:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=wGF9J+p4jFKpU0PLiKnN79V2jV9N+rHSAZagK3hy7bg=; b=I90vokTTamd71Fip5VVAALn1IR6srtlUbesC/0QWydEPHd+eMTbmGCVvM9nHnVFYo2 nCCjh4iX7PIclqJuhXGtwiyx/HbgpmAdj28t5XFpprtsPLgKcmnn+RHY2L4rFp7pfg1C upmjwi9ka8zALXE258bqGGH96j59nOmZior3xO9+H6M8UJ0RJrUog4WQRur2KsSgwdP4 CBoREdHvo7Sq3SFIsJQaeV5j9Ss1jnvgJhoHidXMEiwb6F76578N01vJt/KfcgSAdFZ4 SdRr4VnqH5BqD0xrr7KM4WB5aFvYOSFk2O2J3S49ybD91QLlu7MZHS4soC9XUL4IY9m/ ezLQ== X-Received: by 10.112.43.70 with SMTP id u6mr29012281lbl.30.1392203938275; Wed, 12 Feb 2014 03:18:58 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.199.37 with HTTP; Wed, 12 Feb 2014 03:18:18 -0800 (PST) In-Reply-To: References: Date: Wed, 12 Feb 2014 20:18:18 +0900 X-Google-Sender-Auth: KdoNljjTSWXE-S0vbNvcar9KJJM Message-ID: To: Derick Rethans Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1135e0f432247404f233bd05 Subject: Re: [PHP-DEV] Re: [VOTE] Multbye char handling - Remove vulnerability related to multibyte short and long term From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a1135e0f432247404f233bd05 Content-Type: text/plain; charset=UTF-8 Hi Derick, On Wed, Feb 12, 2014 at 7:17 PM, Derick Rethans wrote: > > All of voters other than me voted no, so far. > > I would like hear the reason. > > The proper way to handle this is language Unicode support. Having *yet > another* "UTF-8" extension is not a long term solution. Although, it aims to replace existing mbstring, I can agree with your opinion. If PHP is going to support Unicode fully, i.e. have encoding parameter/property, then it would be good solution. Just one quick question, what do you think about encoding parameter/property? Functions like fgetcsv() needs to specify encoding, but it seems many people against it. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a1135e0f432247404f233bd05--