diff --git a/fusee/fusee-primary/src/lib/fatfs/ffconf.h b/fusee/fusee-primary/src/lib/fatfs/ffconf.h index 4926040cd..a2cd00920 100644 --- a/fusee/fusee-primary/src/lib/fatfs/ffconf.h +++ b/fusee/fusee-primary/src/lib/fatfs/ffconf.h @@ -117,7 +117,7 @@ / ff_memfree() in ffsystem.c, need to be added to the project. */ -#define FF_LFN_UNICODE 0 +#define FF_LFN_UNICODE 2 /* This option switches the character encoding on the API when LFN is enabled. / / 0: ANSI/OEM in current CP (TCHAR = char) @@ -136,7 +136,7 @@ / on character encoding. When LFN is not enabled, these options have no effect. */ -#define FF_STRF_ENCODE 0 +#define FF_STRF_ENCODE 3 /* When FF_LFN_UNICODE >= 1 with LFN enabled, string I/O functions, f_gets(), / f_putc(), f_puts and f_printf() convert the character encoding in it. / This option selects assumption of character encoding ON THE FILE to be