Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30062 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32559 invoked by uid 1010); 5 Jun 2007 09:12:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 32544 invoked from network); 5 Jun 2007 09:12:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2007 09:12:39 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad 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 64.233.162.233 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.162.233 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.233] ([64.233.162.233:35144] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B7/B2-11953-50925664 for ; Tue, 05 Jun 2007 05:12:39 -0400 Received: by nz-out-0506.google.com with SMTP id i11so944603nzi for ; Tue, 05 Jun 2007 02:12:35 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kxJAxqmQRrDvh6iGYsxc3fQ6lAAgyxt75T6v5ZrXeJGVNnGHatFkbdCWLsSFGWNt0ubxOuTmq2M0zww3oX0CzYGvAyI3oaLnherDu/2zEkvBu0xf5hvNRQjoOtFKG8/TuI6/PjbLBqs47wn/4W7ulWbkLZDMg/5+Fs6/V0KkWrM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FUbJvG9UjMhD82UpKADOcGVFd36cvQtKz3ixYFD46taP0J4j0K8xEPMGsupuQXGNMqCg60vdMB1zh8ObsW6pIp4j4K9vVNkgmiwKKcyoGf1MERpvwlmLy4EcWg+D+keEm6UCKlKUZYQH0CQ3xpYuK0ewz7Vv0Xe+muERgv1Dbb4= Received: by 10.114.73.1 with SMTP id v1mr5825377waa.1181034755170; Tue, 05 Jun 2007 02:12:35 -0700 (PDT) Received: by 10.114.178.2 with HTTP; Tue, 5 Jun 2007 02:12:34 -0700 (PDT) Message-ID: Date: Tue, 5 Jun 2007 11:12:34 +0200 To: "Antony Dovgal" Cc: php-dev In-Reply-To: <466524BD.6090202@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <466524BD.6090202@zend.com> Subject: Re: [PHP-DEV] command line switches to turn Unicode on/off From: pierre.php@gmail.com (Pierre) On 6/5/07, Antony Dovgal wrote: > Hello all. > > I'd like to propose a small patch adding two command line switches to CLI (HEAD): Very good idea! > -U - turn Unicode mode on > -N - turn Unicode mode off What's about: long: --unicode (0|off)/(1/on) short: -u (0|off)/(1/on) I prefer one option for one purpose. --Pierre