1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-08 17:49:46 +01:00

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
+7
View File
@@ -164,3 +164,10 @@ CONFIG_WIREGUARD=m
CONFIG_HID=m
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