Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Unable to input multibyte characters.
- X-seq: zsh-users 14531
- From: Ian-Xue Li <da.mi.spirit@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Unable to input multibyte characters.
- Date: Wed, 04 Nov 2009 13:21:04 +0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:subject:to:x-mailer :message-id:mime-version:content-type:content-disposition :content-transfer-encoding; bh=XhZfdcWlg0knpTkmGCbsYb0JE6hhclg2qZME8ht2neA=; b=tcUZFCJ9wQPpHSa2ngwaELWpHLefIWTkXhXLr+NqwADtMjQ7DBinRJFaPJ0yoCFCxY zQF2O6a3FjD+Vq/UDFNZJ4XP5Zn1faCvHeE+GDRnFMkY8xDvVmPIaVo/GsYddYaXKNlv c9DCZ91WBliffB7s/G/okxbg3N0HgJAuqeRNQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:subject:to:x-mailer:message-id:mime-version:content-type :content-disposition:content-transfer-encoding; b=OlvlmS1R4m25Ov29CRri3oCVYRhhEOYrbGWcdo3hMAcKeAQ0qe+iBQQGFT1dA0Zx5w NPTewZ9eWbIC8/+1LKGcazrromZB4BOucCDwiJF+qK8huo1PhQiIdcsby3kQcS0QIaim E+kqZZ7ZlSiQ8fDXHAq9bWetaaOLqX0B4aseE=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
numerous
Hi,
my problem is that input "äåå" but appears some weird code like "ÃåÃÂ?
ÃÂÃÂ".
I tried setting the multibyte option by "setopt multibyte", but after
that, "setopt" outputs no multibyte flag in its listing. So I figure
there might be something wrong with the version 4.3.10 ?
Terminal is urxvt and xterm, both were unable to input Chinese and
Japanese characters with SCIM. (doable in bash, nothing else is
changed.)
I've also recompiled Zsh with an explicit "--enable-multibyte" && has
started Zsh with --multibyte flag, they did no help.
(this is vital because there are numerous files are named in these
characters, and I use the shell tools to manage them. So please help !)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author