Zsh Mailing List Archive
Messages sorted by:
Reverse Date
,
Date
,
Thread
,
Author
Multi-codepoint Unicode characters do not combine correctly in input
X-seq
: zsh-workers 53694
From
: Max Coplan <mchcopl@xxxxxxxxx>
To
: zsh-workers@xxxxxxx
Subject
: Multi-codepoint Unicode characters do not combine correctly in input
Date
: Wed, 28 May 2025 13:44:15 -0700
Archived-at
: <https://zsh.org/workers/53694>
List-id
: <zsh-workers.zsh.org>
In Bash, if I type an emoji in the input it will show it correctly:
If I try the same thing in zsh, it will decompose the character into its codepoints:
How do I prevent zsh from decomposing the character and act like Bash?
Follow-Ups
:
Re: Multi-codepoint Unicode characters do not combine correctly in input
From:
Bart Schaefer
Messages sorted by:
Reverse Date
,
Date
,
Thread
,
Author