Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
unicode and histignoredups
- X-seq: zsh-workers 21612
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxxxxx>
- Subject: unicode and histignoredups
- Date: Mon, 15 Aug 2005 17:07:12 +0200
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Have just updated to try out the unicode support. Is great to see this
nearer to working. In basic testing, I found one problem.
I had one file that had a with an umlaut (ä) in its name. I had
transferred the file using a memory stick so the filename had become
corrupted so was appearing as "ä" in a UTF-8 locale. Completion
and editing of the file name work okay but it doesn't seem to get
correctly handled in history when histignoredups is set:
zsh -f
setopt histignoredups
touch $'ZZ\xc3\x83\xc2\xa4'
echo ZZ<tab><return> # completes okay
<up-arrow> # final characters lost
--> `echo ZZ'
Oliver
This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author