-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
'en_US.UTF-8' locale error in Termux #507
Comments
Please check that the locale exists in the system. What are the results of the following commands? $ locale
$ locale -a | grep en_US I started to check the locale in commit 537c650 since broken system locales turned out to cause problems. |
|
No, I didn't mean |
|
If you want to search the package that provides the command $ pkg install apt-file
$ apt-file search /locale | grep 'locale$' However, it turned out no package provides the command I confirmed the problem in my Android using Termux. Surprisingly, it seems the I found another thread that seems to imply that one can set up a locale in a Termux environment: The first thread talked about
|
I'll later investigate the impact and fix the relevant parts, which can be affected by the non-working |
ble version: 0.4.0-devel4+32f290d
Bash version: 5.2.32(1)-release (aarch64-unknown-linux-android)
ble.sh: The locale 'en_US.UTF-8' (LC_CTYPE) seems broken. Please check that the locale exists in the system.
The text was updated successfully, but these errors were encountered: