zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@brasslantern.com>
To: Daiki Ueno <ueno@unixuser.org>, zsh-workers@sunsite.dk
Subject: Re: Problem inputting Japanese using XIM
Date: Mon, 21 Jan 2002 15:24:32 -0800	[thread overview]
Message-ID: <020121152432.ZM27716@candle.brasslantern.com> (raw)
In-Reply-To: <b78fa9d0-c9c9-434a-8cd4-ca248c08bbd8@deisui.bug.org>

On Jan 21,  4:01pm, Daiki Ueno wrote:
> Subject: Problem inputting Japanese using XIM
> 
> I'm wondering why zsh considers characters in the [0x80, 0xa0] range
> as control characters?

Zsh does not handle multibyte character sets, in general.  Internally it
always treats a single byte as a single character.  The characters with
ASCII values above 128 are meta-characters, and those in the range 128-
159 are control-meta-characters (just as 0-31 are control without meta).

In short, anything you're able to do with UTF-8 works by accident rather
than by design.  We haven't yet undertaken the massive rewrite that will
be necessary to convert to using double-byte or variable-width characters.


  reply	other threads:[~2002-01-21 23:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-21  7:01 Daiki Ueno
2002-01-21 23:24 ` Bart Schaefer [this message]
2002-01-22  2:35   ` Daiki Ueno

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=020121152432.ZM27716@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=ueno@unixuser.org \
    --cc=zsh-workers@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).