zsh-users
 help / color / mirror / code / Atom feed
From: Wayne Davison <wayned@users.sourceforge.net>
To: Wataru Kagawa <wkagawa@jota.gsc.riken.go.jp>
Cc: zsh-users@sunsite.dk
Subject: Re: problems with multibyte support in dev-4?
Date: Sat, 18 Feb 2006 08:49:24 -0800	[thread overview]
Message-ID: <20060218164924.GA18023@dot.blorf.net> (raw)
In-Reply-To: <ABF23FC4-6496-4224-9C45-51F8DE9B7878@jota.gsc.riken.go.jp>

On Sat, Feb 18, 2006 at 10:54:41PM +0900, Wataru Kagawa wrote:
> In dev-4, Japanese characters in tab completion lists are  
> not displayed properly (I see a bunch of numbers).

Can you show us some of the output?  That should reveal what byte values
zsh is now escaping.  There was some code added in dev-4 that escapes
invalid characters (using a $'\123' idiom) earlier in the handling of
completed values, but that shouldn't affect any extra characters that
dev-3 wasn't already escaping in the display of the completion items.
Both algorithms are using the same validity check on the strings, the
only significant difference is that one works on on unmetafied strings
(the new one) and the other works on metafied strings (the old one).

..wayne..


  parent reply	other threads:[~2006-02-18 16:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-18 13:54 Wataru Kagawa
2006-02-18 14:26 ` Zvi Har'El
2006-02-18 15:18   ` Clint Adams
2006-02-18 16:05     ` Wataru Kagawa
2006-02-18 16:49 ` Wayne Davison [this message]
2006-02-18 17:01   ` Wayne Davison
2006-02-18 18:46     ` Wayne Davison
2006-02-18 19:12       ` Zvi Har'El
2006-02-19  4:47       ` Wataru Kagawa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060218164924.GA18023@dot.blorf.net \
    --to=wayned@users.sourceforge.net \
    --cc=wkagawa@jota.gsc.riken.go.jp \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).