From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12341 invoked from network); 29 Apr 2003 19:43:35 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 29 Apr 2003 19:43:35 -0000 Received: (qmail 15099 invoked by alias); 29 Apr 2003 19:43:29 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18481 Received: (qmail 15092 invoked from network); 29 Apr 2003 19:43:29 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 29 Apr 2003 19:43:29 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [209.104.74.2] by sunsite.dk (MessageWall 1.0.8) with SMTP; 29 Apr 2003 19:43:28 -0000 Received: from OZoNE.TZoNE.ORG (vandry@localhost [127.0.0.1]) by OZoNE.TZoNE.ORG (8.12.3/8.12.3/Debian-5) with ESMTP id h3TJhRVx000994; Tue, 29 Apr 2003 15:43:27 -0400 Received: (from vandry@localhost) by OZoNE.TZoNE.ORG (8.12.3/8.12.3/Debian-5) id h3TJhQoB000992; Tue, 29 Apr 2003 15:43:26 -0400 From: Phillip Vandry Date: Tue, 29 Apr 2003 15:43:25 -0400 To: zsh-workers@sunsite.dk Subject: Unicode support in Zle Message-ID: <20030429194325.GA843@OZoNE.TZoNE.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Zsh workers, I would like to find out whether anyone is working on support for typing and editing Unicode characters in the ZLE (using UTF-8). I looked at the most recent development versions I could see and I didn't notice anything. Because I wanted the functionality I have already delved into the code to determine the feasibility of doing it without breaking anything. I will probably work what I've done already into a patch if indeed nobody is already doing this. I expect a first cut of it will be an approximately 1200 line patch, mostly to zle_main.c and zle_refresh.c. Thanks for your input. -Phil