From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12337 invoked by alias); 6 Oct 2015 19:29:43 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 36807 Received: (qmail 19151 invoked from network); 6 Oct 2015 19:29:42 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=RLnkkgRPoI65EPARLqux4cEu5l41XfxXzDInmCCeejQ=; b=jLDbxX/MpOPUxBmep5ARlPU8F7Uaw6/tCnRetdAbLv67BBqGbVK3LYrBdo0m7ZPAVl 3JATVZsxypooVUdY1doMA7c1C8ZXYpn7mMZdm4eSQviCdRpK2f6ktSaIlhN7VKgCSvV/ Kf2oM6wm7yEqwZv8OKXXqM7mOAV2aFwGMz7UaCwK+WaXtdJIYCYdwZZfR0U2z2ZrMGbn y7tqJcklK7QTuCyJqQd5r+iPcMcxOfP+hjWM2FvU97AnqtafZ59J27qoAdWNKRaZO0aI iJJbDSriFDIOp07ZCTZRiFpTYUozkxLlhxLwd8drVtkx5aFcsw+qrQZ9iQ1hxYi/l/0C iAxA== X-Received: by 10.194.204.195 with SMTP id la3mr37090661wjc.77.1444159779284; Tue, 06 Oct 2015 12:29:39 -0700 (PDT) Date: Tue, 6 Oct 2015 20:29:37 +0100 From: Stephane Chazelas To: ZyX Cc: Bart Schaefer , Zsh hackers list Subject: Re: ["regression"] =?iso-8859-1?Q?St=E9pha?= =?iso-8859-1?Q?ne=3D_1_zsh_-c_'echo_$St=E9phane'?= Message-ID: <20151006192937.GA11237@chaz.gmail.com> Mail-Followup-To: ZyX , Bart Schaefer , Zsh hackers list References: <20151006110401.GA9868@chaz.gmail.com> <151006084416.ZM5546@torch.brasslantern.com> <24401444157941@web22h.yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <24401444157941@web22h.yandex.ru> User-Agent: Mutt/1.5.21 (2010-09-15) 2015-10-06 21:59:01 +0300, ZyX: > > 06.10.2015, 18:44, "Bart Schaefer" : > > This is discussed in the thread starting at workers/34004 and leading > > up to workers/34015. > > > > Nobody ever commented on whether the environment is allowed to contain > > names with the high-order bit set, but POSIX identifiers cannot, so it > > stands to reason you can't import something with that shape of name. > > From the list of shells I have ${Stéphane} with Stéphane=2 in environment accept only tcsh and ksh now (LANG=ru_RU.UTF-8). [...] Also bash, but not for multi-byte characters. -- Stephane