Files
LibreELEC.tv/packages/linux/patches/70_enable-utf8.diff
Stephan Raue de71016fb4 initial import
2009-03-18 13:02:53 +01:00

28 lines
951 B
Diff

Index: linux-2.6.16/fs/fat/inode.c
===================================================================
--- linux-2.6.16.orig/fs/fat/inode.c 2006-03-20 06:53:29.000000000 +0100
+++ linux-2.6.16/fs/fat/inode.c 2006-03-20 18:47:09.000000000 +0100
@@ -952,7 +952,8 @@
opts->shortname = 0;
opts->name_check = 'n';
opts->quiet = opts->showexec = opts->sys_immutable = opts->dotsOK = 0;
- opts->utf8 = opts->unicode_xlate = 0;
+ opts->utf8 = 1;
+ opts->unicode_xlate = 0;
opts->numtail = 1;
opts->nocase = 0;
*debug = 0;
Index: linux-2.6.16/fs/isofs/inode.c
===================================================================
--- linux-2.6.16.orig/fs/isofs/inode.c 2006-03-20 06:53:29.000000000 +0100
+++ linux-2.6.16/fs/isofs/inode.c 2006-03-20 18:47:09.000000000 +0100
@@ -371,7 +371,7 @@
popt->gid = 0;
popt->uid = 0;
popt->iocharset = NULL;
- popt->utf8 = 0;
+ popt->utf8 = 1;
popt->session=-1;
popt->sbsector=-1;
if (!options)