Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62342 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92127 invoked from network); 21 Aug 2012 13:13:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Aug 2012 13:13:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.220.170 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.220.170 mail-vc0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:59026] helo=mail-vc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D5/53-11730-57983305 for ; Tue, 21 Aug 2012 09:13:27 -0400 Received: by vcbgb30 with SMTP id gb30so7009373vcb.29 for ; Tue, 21 Aug 2012 06:13:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=hXDZ10UNxgbUkvVvQOiBA0/qISl1Dxrw4B5BR+e9jjg=; b=GYXkBicCfTpla97uNrfJNLXCIfahGq8HjqaTJkWK5un5TA6CIKByLe0lpgucNlOEqL b2N0LhxNU57IEMO/cdRNnT9N5VUvrJR5gV3qBSBG2iH92YJqKMIfaY1Hu0/oDB1E5y5x srVJEQh1rSHASK8M56TSBDlVVaTpRaW/DH4Vl7YXq4ENaQDBNUEX9sAL+yXTfvLzzzEN yCLjJyyzaT8hqTgW41r5pfrGN5gREpTUxA1vezZdUdwka7ixRpzm3lyyHZAHA2BkKSEP GZbW0jPm6rrnj8sDLAQtrfcJY3lQFpC1lRlNQ1vnXDzJBAKbF/FbYqY8Lz0cIy/C2mHv 7aSg== Received: by 10.52.67.143 with SMTP id n15mr3435393vdt.34.1345554802892; Tue, 21 Aug 2012 06:13:22 -0700 (PDT) Received: from [192.168.2.140] (CPE00131063dcac-CM0011aec551ea.cpe.net.cable.rogers.com. [174.113.209.222]) by mx.google.com with ESMTPS id v9sm562472ves.8.2012.08.21.06.13.21 (version=SSLv3 cipher=OTHER); Tue, 21 Aug 2012 06:13:22 -0700 (PDT) Message-ID: <50338970.7080900@lerdorf.com> Date: Tue, 21 Aug 2012 09:13:20 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: ivan.enderlin@hoa-project.net CC: internals@lists.php.net References: <503388D3.6060403@hoa-project.net> In-Reply-To: <503388D3.6060403@hoa-project.net> X-Enigmail-Version: 1.5a1pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQmW2f9NVfQkzN1rx5ovGFbZTEbPPwxr8zAEpzrpR0NzWNkFCaHoPGB0xizLNSwAeqI9ZECo Subject: Re: [PHP-DEV] UTF-8 files and include From: rasmus@lerdorf.com (Rasmus Lerdorf) On 08/21/2012 09:10 AM, Ivan Enderlin @ Hoa wrote: > Hello, > > Some of my users & contributors have met an issue with files containing > UTF-8 on certain Windows configurations (but they actually did not found > the difference). Any idea why? > The issue does not appear on Linux, BSD or Mac OS system, only for > certain Windows. > > What do we need to check? --enable-zend-multibyte, some php.ini magic > parameters, some ENV variables? What kind of issue? Perhaps they are leaving in the BOM? Tell them to configure their editors to not add a BOM. -Rasmus