alessandro.psrt wrote:It happen to me when I removed a package that now I can't remember exactly. Look in /etc/environment and change 0.UTF-8 to your locale, or comment according to https://wiki.debian.org/Locale#Standard.
Hope this helps.
Thanks, that worked . I was able to edit the /etc/environment to change locacle as you suggested.
Bizarre, I'am still yet to experience the reported 0.UTF-8 issue, on any board (and I go through alot, testing most days lol ).
Still unsure what the cause of this is, but we can look at applying John's fix into DietPi by default to try and prevent this for our users: https://github.com/Fourdee/DietPi/issues/825
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
cat /etc/default/locale | grep -m1 '^LANG=' | sed 's/.*=//'
Then replace /etc/environment entries accordingly.
Reboot.
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.