Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: problem with 8-bit chars?
- X-seq: zsh-workers 419
- From: hzoli@xxxxxxxxxx (Zoltan Hidvegi)
- To: carlos@xxxxxxxxxxxxxxxx (Carlos Carvalho)
- Subject: Re: problem with 8-bit chars?
- Date: Wed, 4 Oct 1995 14:00:08 +0100 (MET)
- Cc: zsh-workers@xxxxxxxxxxxxxxx (zsh-workers)
- In-reply-to: <199510021635.NAA13995@xxxxxxxxxxxxxxxx> from "Carlos Carvalho" at Oct 2, 95 01:35:13 pm
Carlos Carvalho wrote:
>
> version 2.6-beta10-hzoli10.3 on linux
>
> I tried "lpr curr@xxxxxxx", where the @ stands for the letter i with an
> accute accent, and got "zsh: command not found: ulo.lj". Completion on
> the filename works fine. To manage to print I had to put the filename
> in single quotes :-(
>
> Carlos
The bug is in Peter's input patches. It checks wether the character returned
by ingetc() is negative or not. If it is negative, it thinks that it is an
error. This only happens when history expansion is active, so single quotes
or the nobanghist option prevents this bug. It can be fixed by some explicit
casts from signed to unsigned characters, but I do not have time do play with
that now (it is very trivial to fix, but we shold be carefull not to break
comparison line c == HISTSPACE etc.)
Zoltan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author