kiss-community / repo

KISS Linux - Unofficial Repositories, mirror of https://codeberg.org/kiss-community/repo
https://kisslinux.org
MIT License
39 stars 17 forks source link

busybox: unconditionally enable Unicode #66

Closed Riteo closed 2 years ago

Riteo commented 2 years ago

Before this PR BusyBox was configured with the CONFIG_FEATURE_CHECK_UNICODE_IN_ENV configure option, which made it check for the LC_ALL, LC_CTYPE and LANG enviroment variables to end in .utf8 before deciding whether to enable Unicode support or not.