Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Disable UTF8-escaping diacritics
- X-seq: zsh-workers 52562
- From: Avid Seeker <avidseeker7@xxxxxxxxxxxxxx>
- To: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Subject: Disable UTF8-escaping diacritics
- Date: Tue, 20 Feb 2024 19:25:38 +0000
- Archived-at: <https://zsh.org/workers/52562>
- Feedback-id: 42841990:user:proton
- List-id: <zsh-workers.zsh.org>
Currently, it is not possible to input Arabic Diacritics in a zsh prompt.
E.g: pasting this in zsh:
$ echo السَّلامُ
Results in
$ echo الس<0651><064e>لام<064f>
While this is often desirable when dealing with some Unicode characters,
especially when dealing with hidden characters like ZWNJ, it is not
helpful when inputting Arabic text.
See: https://en.wikipedia.org/wiki/Arabic_diacritics for the Unicode entries
and more examples.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author