Skip to content

Commit 4b6d41f

Browse files
nyanmisakaRadxaYuntian
authored andcommitted
feat: enable UTF8 in native language support
Otherwise, filenames containing CJK characters in the mounted SMB drive will be displayed as garbled text, or the mounting will fail if UTF8 is requested. Signed-off-by: nyanmisaka <nst799610810@gmail.com>
1 parent 3609f64 commit 4b6d41f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/share/rsdk/infra-package/debian/patches/linux/0001-feat-Radxa-common-kernel-config.patch

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Subject: [PATCH] feat: Radxa common kernel config
66
Signed-off-by: ZHANG Yuntian <yt@radxa.com>
77
---
88
src/arch/arm64/configs/radxa.config | 1046 ++++++++++++++++++++++++++++
9-
1 file changed, 1046 insertions(+)
9+
1 file changed, 1047 insertions(+)
1010
create mode 100644 src/arch/arm64/configs/radxa.config
1111

1212
diff --git a/src/arch/arm64/configs/radxa.config b/src/arch/arm64/configs/radxa.config
1313
new file mode 100644
1414
index 000000000000..f5bca1bdaf69
1515
--- /dev/null
1616
+++ b/src/arch/arm64/configs/radxa.config
17-
@@ -0,0 +1,1046 @@
17+
@@ -0,0 +1,1047 @@
1818
+# Enable FPDT on supported platforms
1919
+CONFIG_ACPI_FPDT=y
2020
+
@@ -965,6 +965,7 @@ index 000000000000..f5bca1bdaf69
965965
+# Enable additional language support
966966
+CONFIG_NLS_ASCII=y
967967
+CONFIG_NLS_ISO8859_1=y
968+
+CONFIG_NLS_UTF8=y
968969
+
969970
+# Necessary for Android
970971
+# https://github.com/sunflower2333/cix_linux/commit/42264e5a6d8ac025dfe8d20a632a72cf3719e37f

0 commit comments

Comments
 (0)