Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72620 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24836 invoked from network); 15 Feb 2014 01:58:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Feb 2014 01:58:25 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.181 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.181 mail-lb0-f181.google.com Received: from [209.85.217.181] ([209.85.217.181:50837] helo=mail-lb0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8E/42-34645-FB9CEF25 for ; Fri, 14 Feb 2014 20:58:24 -0500 Received: by mail-lb0-f181.google.com with SMTP id z11so8740356lbi.26 for ; Fri, 14 Feb 2014 17:58:21 -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=TlGpZaFBGYvxTggW2yvFYGzpPny25kV3gQSiURKRdBY=; b=WLWaBlBjTW0OITIwQhP0H3mFxsOPAZUujIFc2eysAqqDHsXHNEv6Pr+BnZrVBXhpP0 fI6Hc+1MXXinAYZtgY5tVy9pATzY49G9GcsYnCJ/UC2p11umn0KyEVmmNmvtYOVDv/+n uGrWLFoCBO1Ob3R6AZtgz4Z0WkrhPDZV1Ua3P7+K8PkjsMLzCOW0FegFlcfvTVeQIOsn liqlSF6+59ZuCsuOOvxBp9VXSQwI8yvXEnsE9wMOkvWVUwgZIrNt196VvkYggpEGsUNk lV1mkWKqrA3/ZtaSgysMzFHgLV9WaL3bCzCqe3oU02g5BFvpmUezDBzJv2++WqnALV5N cfMQ== X-Received: by 10.152.36.8 with SMTP id m8mr7840940laj.24.1392429500907; Fri, 14 Feb 2014 17:58:20 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.199.37 with HTTP; Fri, 14 Feb 2014 17:57:40 -0800 (PST) In-Reply-To: References: Date: Sat, 15 Feb 2014 10:57:40 +0900 X-Google-Sender-Auth: TUQ1HqC_B4MGAaBM8CsvJUlXipw Message-ID: To: Dan Ackroyd Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=089e0160c16cc6c59204f26841e9 Subject: Re: [PHP-DEV] utf-8 filenames in phar files. From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e0160c16cc6c59204f26841e9 Content-Type: text/plain; charset=UTF-8 Hi Dan, On Sat, Feb 15, 2014 at 10:07 AM, Dan Ackroyd wrote: > > File names in phar may differ by system > > No. No they won't. > > They will be exactly as they are specified when they are added by the > user to the Phar archive. There is a good reason why recent git has core.precomposeunicode option. This is the option compose(NFC) Unicode file names. Do not ignore, please. Or I'm missing something if it is composed on all platforms. I'm supposing current phar does not have compose feature, does it? Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --089e0160c16cc6c59204f26841e9--