Use UTF-8 as default native language support (NLS) (#2450)

This makes sure that CIFS/SMB are mounted with the UTF-8 character set
by default on all boards.
This commit is contained in:
Stefan Agner 2023-04-06 00:24:02 +02:00 committed by GitHub
parent 19e2869261
commit 01548af27e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,3 +164,10 @@ CONFIG_WIREGUARD=m
CONFIG_HID=m CONFIG_HID=m
CONFIG_HIDRAW=y CONFIG_HIDRAW=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_UTF8=y