Unknown Locale: UTF-8 #416
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is what I get when starting CRT...
OS: Mac OS X
Language: Chinese
Looks like it's a problem with Powerline. iTerm does not have this issue, however. Is it because that CRT does not have UTF8 support? Hope it could be fixed soon 😄
Edit: I found that CRT supports UTF8 just now. But why does this message appear?
I have LC_CTYPE=UTF-8 in my cool-retro-term and am experiencing the following:
-bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
As well as various Python errors like the one above.
I believe that
UTF-8
is not a valid value for LC_CTYPE. It is not a complete locale.I am on OS X where the terminal app has LANG=en_US.UTF-8. Perhaps there is a way to inherit this?