zsh-workers
 help / color / mirror / code / Atom feed
* Are completion and prompt expansion 8-bit clean?
@ 1997-06-23 17:57 Alain Caron
  1997-06-23 21:15 ` Zefram
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Alain Caron @ 1997-06-23 17:57 UTC (permalink / raw)
  To: zsh-workers

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 714 bytes --]



Hi everyone,

Being a francophone, I like using filenames with french characters.
I usually have no problem with it except in two situations.

The first one is with completion:

touch élément1 élément2

ls é<TAB>							  (expands into)
ls élément<TAB>                 (lists \M-il\Miment1 \M-il\M-iment2)


The second one is with prompt expansion:

PS1="%~ %h> "
mkdir élément
cd élément

The prompt is

\M-il\M-iment 4>

instead of

élément 4>


As far as I can tell, these are the only cases where characters with
the 8th bit set are not printed correctly.

I have seen this behaviour in zsh-3.0.2 and zsh-3.1.2


Regards,

Alain Caron
Sanga Research Corporation
alainc@sangacorp.com
514-288-4498 ext. 225





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1997-06-26  3:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-06-23 17:57 Are completion and prompt expansion 8-bit clean? Alain Caron
1997-06-23 21:15 ` Zefram
1997-06-23 22:27   ` Bart Schaefer
1997-06-24  6:21   ` Andrej Borsenkow
1997-06-24  7:43 ` Peter Stephenson
1997-06-26  3:00 ` raul segura acevedo

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).