From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7109 invoked by alias); 17 Dec 2014 18:35:34 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 19554 Received: (qmail 111 invoked from network); 17 Dec 2014 18:35:32 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, T_HDRS_LCASE,T_MANY_HDRS_LCASE autolearn=ham version=3.3.2 X-Authority-Analysis: v=2.1 cv=T/C1EZ6Q c=1 sm=1 tr=0 a=/E6HivgxA1hAmZpvS748PQ==:117 a=/E6HivgxA1hAmZpvS748PQ==:17 a=G8GL833Es-AA:10 a=IkcTkHD0fZMA:10 a=nVQxYFs4wVqo4qYPSJQA:9 a=QEXdDO2ut3YA:10 a=Cc3C_KhLGigA:10 a=8H9CFZt-ld8A:10 a=8DQPCaefyAcA:10 Message-id: <5491C5E7.1070207@eastlink.ca> Date: Wed, 17 Dec 2014 10:05:27 -0800 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.2.0 MIME-version: 1.0 To: Zsh Users Subject: utf-8 Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit When we talk about utf-8 and zsh, what is the relevance of that? I mean what/when/where is zsh concerned with character encoding? Filenames I guess, and inside strings too, perhaps? Not in zsh syntax itself I presume. I guess that any data stream would/could be utf-8erized. Anywhere else? Or is this something where I'm not even asking the right question?