Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72609 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45904 invoked from network); 14 Feb 2014 16:55:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2014 16:55:17 -0000 Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.48 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.48 mail-wg0-f48.google.com Received: from [74.125.82.48] ([74.125.82.48:40189] helo=mail-wg0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/62-34645-47A4EF25 for ; Fri, 14 Feb 2014 11:55:17 -0500 Received: by mail-wg0-f48.google.com with SMTP id a1so573881wgh.3 for ; Fri, 14 Feb 2014 08:55:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=YCkP046QnoDXH64RceixYBlLAHLXTumvLibaK+1s0N0=; b=dmiJp5g4DEF+bq8EVA96mKlLJ4y4S1g40igoqSL2GeKOeV97sZB0rCaskNL4ceT/V/ 6Im3tsQphcYU9VjpcAeR4gjVP5FrpFd487OFuVK3NfbtdY2WPXHk6uh+QOyNvA0L1nyI tHbL0sjXZ8juZPPqhCrOA6rK5ZutzWiJWNI65PL/nUjOaN8gt5qVvG7xUwjBCuU9nhmK xe1airXrReVVArFhdSmS5yprGO7iVBmn3786DFV74rVdnUGMrawHyFFSDTf+lwMq0QmX QVGzQCtneH2hHUbd17lokjkmw3ZHSEjof9QfwxxFHx/Rc0OWH7qucnyTCVIfhGarVAwY XEJQ== X-Received: by 10.180.187.16 with SMTP id fo16mr3128435wic.26.1392396913386; Fri, 14 Feb 2014 08:55:13 -0800 (PST) Received: from [192.168.0.150] ([62.189.198.114]) by mx.google.com with ESMTPSA id n15sm5962806wij.3.2014.02.14.08.55.11 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 14 Feb 2014 08:55:12 -0800 (PST) Message-ID: <52FE4A6E.2010909@gmail.com> Date: Fri, 14 Feb 2014 16:55:10 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] utf-8 filenames in phar files. From: rowan.collins@gmail.com (Rowan Collins) Yasuo Ohgaki wrote (on 14/02/2014): > You can use ICU for normalization. Making ICU a dependency for PHAR could be pretty onerous. I think I'm right in saying that only the "intl" extension relies on that at the moment? I seem to remember Rasmus saying that he saw the requirement to bundle ICU as a big problem with the now-abandoned "First Unicode Implementation" (AKA PHP6). Regards, -- Rowan Collins [IMSoP]