Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62399 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29726 invoked from network); 22 Aug 2012 08:46:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2012 08:46:45 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gh0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:65315] helo=mail-gh0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 57/50-27791-47C94305 for ; Wed, 22 Aug 2012 04:46:45 -0400 Received: by ghbg24 with SMTP id g24so539230ghb.29 for ; Wed, 22 Aug 2012 01:46:42 -0700 (PDT) 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=19Bt2TysoYpXqMVM2I12Xlb5aBCh8nQvURZOrc8xlmc=; b=FIsoL/l5570drQLn3AJ1JEqeBZEihTtAhhHBxNR4IiyIDmGWL5Nt/YIOabgNZe/KWn F1XwauHOVO3yEupuIQV0EoeYGQHpqTlTnGv4OfXxHY40l1y1zea8kGCqT4NFX4kJXI2n vwuWQsDqdIEiYCkNSUKPh+DByncd/Ult7Pgz49/GFd+oM4RwDdbMZ+xxdmNZfNk26F3/ rhP9SC2hZxH2erpPgh4IC6N6Ox9aQr/CzbAcwcLL2p8Tqpf/2jcHPZuOXtn9w/aLHzoj AJpKpnxhg4miaP/ZRZKM5OtCdHjfYVHbIv+OBG+9U9GgTuH6oAX/k+nEykzCbHD13r/c sy6Q== MIME-Version: 1.0 Received: by 10.50.40.136 with SMTP id x8mr1299741igk.33.1345625201465; Wed, 22 Aug 2012 01:46:41 -0700 (PDT) Received: by 10.64.137.101 with HTTP; Wed, 22 Aug 2012 01:46:41 -0700 (PDT) In-Reply-To: <50349AC8.70109@lsces.co.uk> References: <503388D3.6060403@hoa-project.net> <50348488.4000701@hoa-project.net> <5034931A.8050309@lsces.co.uk> <50349AC8.70109@lsces.co.uk> Date: Wed, 22 Aug 2012 10:46:41 +0200 Message-ID: To: Lester Caine Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] UTF-8 files and include From: pierre.php@gmail.com (Pierre Joye) On Wed, Aug 22, 2012 at 10:39 AM, Lester Caine wrote: > Pierre Joye wrote: >> >> I'd also to ask to do not hijack this thread with a php6/whatever else >> rant and keep focusing on answering Ivan's questions instead. > I would ask if any of this HAS changed in windows 7? Does windows do > anything different unicode wise? I'm going to have to move windows > development work to a windows 7 platform soon, so DO the same rules apply? > On XP I know the holes and can avoid them, the very hole Ivan is falling > into. It is not a windows OS problem but the API we use in PHP. We use the ANSI APIs while the wildchar ones should be used to fully support unicode filemanes. So no matter which windows version you use, the problem remains the same. -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org