Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71725 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24806 invoked from network); 29 Jan 2014 12:55:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2014 12:55:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=czarek.tomczak@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=czarek.tomczak@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.177 as permitted sender) X-PHP-List-Original-Sender: czarek.tomczak@gmail.com X-Host-Fingerprint: 209.85.223.177 mail-ie0-f177.google.com Received: from [209.85.223.177] ([209.85.223.177:47573] helo=mail-ie0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3A/B4-28363-AD8F8E25 for ; Wed, 29 Jan 2014 07:49:30 -0500 Received: by mail-ie0-f177.google.com with SMTP id at1so1897297iec.8 for ; Wed, 29 Jan 2014 04:49:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Z/Fn3zOrSzCDEnr/UU/cAr20PLOcVXipQAYwQe7PBe8=; b=Atf6lDPiScPjrRNcPCd7afugN2+OP4BkefIKL9qDy6L6DXFn+tzL5qbvDXV4hmSzJZ tVixMeaNpEecPnxrz5g8um2sh0a2hnvaSFYuZL2pkDqQC7boi9+PWgfLu57PYe27dmNZ 9a/nfa0lfF/BmO3GF+mLwvDMgl8XiJfjnA6Xky+gzSUGLwqqNpSR9ewjYLhEt9Y8ID2T 3SJOLSIpzX4XZwjtRZhx7JKXAcos9VpOVqcJAy2qPaeB0lEkv4Sywax1mEs1MD8hcgae pG6Odjk7JdSdt4WO4qzBPOXm2t8oM2lVaGz/t7pv/IHMTCPoIPw0gJ4T1Sz0vGTNJ4ai v7vw== MIME-Version: 1.0 X-Received: by 10.51.15.130 with SMTP id fo2mr28233825igd.28.1390999767224; Wed, 29 Jan 2014 04:49:27 -0800 (PST) Received: by 10.50.9.41 with HTTP; Wed, 29 Jan 2014 04:49:27 -0800 (PST) In-Reply-To: References: Date: Wed, 29 Jan 2014 13:49:27 +0100 Message-ID: To: Nicolas Grekas Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1134b50e021f9204f11b5ffc Subject: Re: [PHP-DEV] ETA for unicode paths support on Windows? From: czarek.tomczak@gmail.com (Czarek Tomczak) --001a1134b50e021f9204f11b5ffc Content-Type: text/plain; charset=ISO-8859-1 Hi Nicolas, On Mon, Jan 27, 2014 at 6:58 PM, Nicolas Grekas < nicolas.grekas+php@gmail.com> wrote: > AFAIK, two solutions exist: > - an extension: https://code.google.com/p/php-wfio/ > - a PHP class: > https://github.com/nicolas-grekas/Patchwork-UTF8/blob/lab-windows-fs/class/Patchwork/Utf8/WinFsStreamWrapper.php > > The PHP class is based on COM+shortPath and suffers from Windows sometimes > returning non-ASCII chars in shortPath on non latin computers. No > workaround found currently. > Thank you for the links. Looks like that the php-wfio extension is a better solution as it would be more reliable. I've just tested the pdo sqlite extension and it worked fine when provided with a utf-8 path to the file database. This extension seem to be handling unicode paths independently of php. That's a good news. Best regards, Czarek --001a1134b50e021f9204f11b5ffc--