-
-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on launch of ncneofetch
: encoding ("utf-8") was neither ANSI_X3.4-1968 nor UTF-8, refusing to start
#2779
Comments
hrmmm so as i'm reading this, you had that's interesting. is there a reason why you have lowercase |
from locale(7):
this makes me think it ought work. continuing to research... |
yeah this looks like my bug. probably just need |
so we're always checking the result of |
interesting: [schwarzgerat](0) $ locale -a | grep -i utf
be_BY.utf8
C.utf8
en_GB.utf8
en_US.utf8
fr_FR.utf8
[schwarzgerat](0) $ locale -m | grep -i utf
UTF-8
[schwarzgerat](0) $ locale | grep -i utf
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
[schwarzgerat](0) $ |
i'm furthermore always seeing either |
this ought be fixed by #2781 . please verify if possible! |
@dankamongmen I will check once back to the machine and let you know. Thank you! |
oops, we also need to get the |
@dankamongmen I have built it from b41af4e commit, and it behaves strange. Here is what I get on launch:
Then with control+C:
BTW,
|
this stuff is another bug, one i think has been reported, but i'm unsure. we are now starting, right? let me look for that other bug. |
@dankamongmen Yes, I am getting that when trying to start |
Please include the following data:
ncneofetch
refuses to launch:However UTF-8 is apparently set:
The text was updated successfully, but these errors were encountered: