Configure the system locale to please nvim +checkhealth
within tmux
: Locale does not support UTF-8
#3187
Unanswered
martin-braun
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Did you ever figure this out? I'm having the same issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running
nvim
withintmux
in a termux session. So far everything works, but the system locale check of:checkhealth
complains:I already launch tmux with the -u flag, $LANG is set explicitly. I fail to know how to "configure" the system locale in termux on Android. I couldn't find any information, there is no
dpkg-reconfigure locale
like in Debian. I assume I need to find the equivalent of termux, I do not? I did google the error, but often the issue was that $LANG was set to C or any other ASCII locale. Mine is properly set to an UTF 8 one.What can I do to pass the health check?
Beta Was this translation helpful? Give feedback.
All reactions