Skip to content

[bug]: visual issue #279

Answered by ss-o
cattokomo asked this question in Q&A
Discussion options

You must be logged in to vote

Pretty sure that the error is shown because of the locale and multiple scenarios may cause this, e.g. lack of configuration, misconfiguration, corrupted files, etc.

Try the following:

Open the /etc/locale.gen file and ensure there is a line as below and it is not prepended with a #, then run locale-gen (usually requires root access and executed with sudo)

en_US.UTF-8 UTF-8

Add at the top of your .zshrc, then run exec zsh.

export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8

If the issue is not solved then check if it is caused by something in .zshrc:

mv ~/.zshrc ~/.zshrc.backup
touch ~/.zshrc
exec zsh
echo '\u2603'

If the character not in range error does not appear then recover .zshrc with c…

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ss-o
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
resolved ☑️ The issue has been fixed and is therefore considered resolved.
2 participants
Converted from issue

This discussion was converted from issue #277 on August 10, 2023 11:31.