Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72580 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73172 invoked from network); 14 Feb 2014 02:09:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2014 02:09:20 -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.217.172 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.172 mail-lb0-f172.google.com Received: from [209.85.217.172] ([209.85.217.172:57375] helo=mail-lb0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 34/E1-09050-FCA7DF25 for ; Thu, 13 Feb 2014 21:09:20 -0500 Received: by mail-lb0-f172.google.com with SMTP id c11so8959854lbj.31 for ; Thu, 13 Feb 2014 18:09:16 -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=dzYzmcEbl15TfBuIWdKV4AFOLstzyRwA3vm9mERN3dk=; b=A19qUWanDZoXDnZgjw/Ez/1EPKOiGU4Fn9GAWKmKrbTKmwGh00MLQWU0tWZmbsEJCn AkVZ8IV5WM9Gjm8ipS92L2yzMXOHWjMvc0d98uU2R7dNlHRlfjoelMH0JZhuPP+FULQF t4tPacH6kDxieVPAi9Zt04mScplOQslASaqb8OhcHY3mXNc4VzGboIFst9DEcnYV1iCN WKQntSPXGG83XvUm6FEvuuoNaEdufRS4WzTQ90b5vsNtsl6f3vuQYLqlYeeRDGs2VZOt FP6Hh3i+E7CD9bvXFH4Ph8NL0Ay0edxUqZF0aX5Do+dGyPmKMx735sVU8a65T+mo9Mwp YyfQ== X-Received: by 10.152.205.163 with SMTP id lh3mr3217547lac.10.1392343756603; Thu, 13 Feb 2014 18:09:16 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.199.37 with HTTP; Thu, 13 Feb 2014 18:08:36 -0800 (PST) In-Reply-To: References: Date: Fri, 14 Feb 2014 11:08:36 +0900 X-Google-Sender-Auth: XK3ebKPr9adfP9JP9v9Lr51qXV4 Message-ID: To: Dan Ackroyd Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1137fb1a0484fc04f2544b29 Subject: Re: [PHP-DEV] utf-8 filenames in phar files. From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a1137fb1a0484fc04f2544b29 Content-Type: text/plain; charset=UTF-8 Dan, On Fri, Feb 14, 2014 at 10:48 AM, Yasuo Ohgaki wrote: > To handle normalization difference, you may apply NFC normalization > on OSX. > All you have to do is "detect OSX by #if during build" and "apply NFC normalization for Unicode filenames using ICU". Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a1137fb1a0484fc04f2544b29--