From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13630 invoked from network); 10 Jun 2005 20:26:09 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 10 Jun 2005 20:26:09 -0000 Received: (qmail 65913 invoked from network); 10 Jun 2005 20:26:02 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 10 Jun 2005 20:26:02 -0000 Received: (qmail 8796 invoked by alias); 10 Jun 2005 20:25:59 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21324 Received: (qmail 8786 invoked from network); 10 Jun 2005 20:25:58 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 10 Jun 2005 20:25:58 -0000 Received: (qmail 65542 invoked from network); 10 Jun 2005 20:25:58 -0000 Received: from master.altlinux.ru (HELO master.altlinux.org) (62.118.250.235) by a.mx.sunsite.dk with SMTP; 10 Jun 2005 20:25:54 -0000 Received: from solemn.turbinal.org (localhost.localdomain [127.0.0.1]) by master.altlinux.org (Postfix) with ESMTP id 810CEE4A1A for ; Sat, 11 Jun 2005 00:25:52 +0400 (MSD) Received: by solemn.turbinal.org (Postfix, from userid 500) id A628FABFE1; Sat, 11 Jun 2005 00:07:15 +0400 (MSD) Date: Sat, 11 Jun 2005 00:07:15 +0400 From: Alexey Tourbin To: zsh-workers@sunsite.dk Subject: ZLE Unicode support status Message-ID: <20050610200714.GD720@solemn.turbinal.org> Mail-Followup-To: zsh-workers@sunsite.dk Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mJm6k4Vb/yFcL9ZU" Content-Disposition: inline X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 --mJm6k4Vb/yFcL9ZU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, I have just tried to build unicode-enabled zsh (recent cvs snapshot, by simply adding -DZLE_UNICODE_SUPPORT=1 to CFLAGS), and I get the following problem (zsh running under gdb running under GNU screen): [test@solemn test]$ LC_ALL=C gdb zsh ... (gdb) r Starting program: /bin/zsh test@solemn ~ $ echo $ZSH_V BUG: substring ends in the middle of a metachar in ztrsub() BUG: substring ends in the middle of a metachar in ztrsub() BUG: substring ends in the middle of a metachar in ztrsub() BUG: 0 <= wb <= zlecs <= we is not true! BUG: substring ends in the middle of a metachar in ztrsub() Program received signal SIGSEGV, Segmentation fault. 0x400e8f8c in memcpy () from /lib/i686/libc.so.6 (gdb) bt #0 0x400e8f8c in memcpy () from /lib/i686/libc.so.6 #1 0x402358f6 in do_ambiguous () at compresult.c:768 #2 0x6f686c00 in ?? () (gdb) So... what is the status of Unicode support? Is it supposed to work with plain POSIX locale? --mJm6k4Vb/yFcL9ZU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFCqfLyfBKgtDjnu0YRAoHxAKDdT9rSrakY6Y2S9no3ODqQ/FNgdQCginLS IO+lB6oJNcyavgV1IMaEmdU= =rG1M -----END PGP SIGNATURE----- --mJm6k4Vb/yFcL9ZU--