Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Multi-codepoint Unicode characters do not combine correctly in input



In Bash, if I type an emoji in the input it will show it correctly:image.png

If I try the same thing in zsh, it will decompose the character into its codepoints:

image.png

How do I prevent zsh from decomposing the character and act like Bash?


Messages sorted by: Reverse Date, Date, Thread, Author