Takayuki Nanbu / FATFileSystem
Revision:
11:e2fe683b08a2
Parent:
6:a5fcdbf92056
diff -r 28e685e5ff7f -r e2fe683b08a2 ChaN/ffconf.h
--- a/ChaN/ffconf.h	Mon Jul 10 15:37:41 2017 +0000
+++ b/ChaN/ffconf.h	Thu Aug 26 00:42:09 2021 +0000
@@ -63,7 +63,8 @@
 / Locale and Namespace Configurations
 /---------------------------------------------------------------------------*/
 
-#define _CODE_PAGE	850
+//#define _CODE_PAGE	850
+#define _CODE_PAGE	1
 /* This option specifies the OEM code page to be used on the target system.
 /  Incorrect setting of the code page can cause a file open failure.
 /
@@ -92,7 +93,8 @@
 */
 
 
-#define	_USE_LFN	1
+//#define	_USE_LFN 1
+#define	_USE_LFN	0
 #define	_MAX_LFN	255
 /* The _USE_LFN option switches the LFN feature.
 /
@@ -114,7 +116,8 @@
 /  to 1. This option also affects behavior of string I/O functions. */
 
 
-#define _STRF_ENCODE	3
+//#define _STRF_ENCODE	3
+#define _STRF_ENCODE	0
 /* When _LFN_UNICODE is 1, this option selects the character encoding on the file to
 /  be read/written via string I/O functions, f_gets(), f_putc(), f_puts and f_printf().
 /