Closed dacav closed 7 years ago
Under a debian-like system, probably installing the locales-all package will solve this.
sudo apt install locales-all
Setting the locale requires locale data to be installed in the system. The LC_*
environment variables control what locale to use. Perl tries to honor them, but if the locale data is not available it falls back on the C
locale (AKA POSIX
).
Actually I'm a bit surprised you managed to install in the first place, since some parts of the unit-test suite test the correctness of Unicode support. They tend to fail when you don't set the locale properly, and I never had time to fix it, so far.
@luckypoem