From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28991 invoked from network); 7 Jan 2006 16:42:37 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 7 Jan 2006 16:42:37 -0000 Received: (qmail 9983 invoked from network); 7 Jan 2006 16:42:31 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 7 Jan 2006 16:42:31 -0000 Received: (qmail 11482 invoked by alias); 7 Jan 2006 16:42:29 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22136 Received: (qmail 11473 invoked from network); 7 Jan 2006 16:42:28 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 7 Jan 2006 16:42:28 -0000 Received: (qmail 9705 invoked from network); 7 Jan 2006 16:42:28 -0000 Received: from lorien.emufarm.org (HELO lorien.comfychair.org) (64.81.48.166) by a.mx.sunsite.dk with SMTP; 7 Jan 2006 16:42:25 -0000 Received: from lorien.comfychair.org (localhost [127.0.0.1]) by lorien.comfychair.org (8.13.4/8.13.4) with ESMTP id k07Gil5n009748; Sat, 7 Jan 2006 08:44:47 -0800 Received: (from duvall@localhost) by lorien.comfychair.org (8.13.4/8.13.4/Submit) id k07GikoS009747; Sat, 7 Jan 2006 08:44:46 -0800 Date: Sat, 7 Jan 2006 08:44:46 -0800 From: Danek Duvall To: Peter Stephenson Cc: Zsh hackers list Subject: Re: PATCH: multibyte configuration Message-ID: <20060107164446.GR8213@lorien.comfychair.org> Mail-Followup-To: Danek Duvall , Peter Stephenson , Zsh hackers list References: <20060107024538.GO8213@lorien.comfychair.org> <200601071322.k07DMBV4003670@pwslaptop.csr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601071322.k07DMBV4003670@pwslaptop.csr.com> User-Agent: mutt-ng/devel-r535 (Linux) On Sat, Jan 07, 2006 at 01:22:11PM +0000, Peter Stephenson wrote: > My big problem is with inputting characters from the keyboard: I have > the Euro and pound sterling, but if you have only ASCII character that > could be difficult. The pound (what I call pound, not what I call hash) > is 0xc2 0xa3 in UTF-8. It ought to be possible to convince xterm into > inserting it with some translations trickery: > > XTerm*VT100.Translations: #override \ > Shift F9: string(0xc2) string(0xa3) > > did the trick (I tried that under Linux where I know the pound sign > works). Okay. Got that to work on Linux, then, over an ssh connection to work, it worked just fine on my Solaris box (again, that's with the patch in 22124). It'll probably have to wait until Monday until I can get in to work and try it at the console (and see if I can't make use of that compose key I have). > > insert-composed-char:1: cannot do charset conversion > > Yes, this is the langinfo.h problem. I think this is fixed by the patch > in zsh-workers/22085. Yep, thanks. Danek