You are not logged in.
Pages: 1
Weird behavior in terminal after pasting emoji
https://imgur.com/a/U7nbFCg
Please help me fix this
Last edited by archerK1ng (2021-08-28 11:52:40)
Offline
They seem shifted back into the prompt?
locale; locale -aIs this an alacritty exclusive issue?
Are other wide chars affected as well, eg. "λαμβδα"?
Offline
They seem shifted back into the prompt?
locale; locale -aIs this an alacritty exclusive issue?
Are other wide chars affected as well, eg. "λαμβδα"?
No, it happened in every other terminal emulator I tried
Last edited by archerK1ng (2021-08-28 06:10:39)
Offline
Post the output of the command that Seth asked you:
locale
locale -aFan of Giorgio Moroder & Mohammad Ammax enemy
Offline
They seem shifted back into the prompt?
locale; locale -aIs this an alacritty exclusive issue?
Are other wide chars affected as well, eg. "λαμβδα"?
Other wide chars are affected as well
LANG=C
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_PAPER="C"
LC_NAME="C"
LC_ADDRESS="C"
LC_TELEPHONE="C"
LC_MEASUREMENT="C"
LC_IDENTIFICATION="C"
LC_ALL=
C
POSIX
en_US.utf8Offline
Fix your locale, https://wiki.archlinux.org/title/Locale
Alacritty should™ not even display utf-8 codepoints at all.
Offline
Don't use LANG=C, go ahead and set LANG=en_US.UTF-8 in /etc/locale.conf
Uncomment en_US.UTF-8 line in locale.gen and run # locale-gen if you haven't already
(edit: lol)
Last edited by Ammako (2021-08-28 11:38:53)
Offline
Thank you all so much
Working after I manually set the locale with localectl and rebooting
Offline
Pages: 1