commit
cc8787f4bb
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@
|
||||||
// USE_UTF8_LONG_NAMES must be non-zero in SdFat/src/SdFatCongfig.h
|
// USE_UTF8_LONG_NAMES must be non-zero in SdFat/src/SdFatCongfig.h
|
||||||
#if USE_UTF8_LONG_NAMES
|
#if USE_UTF8_LONG_NAMES
|
||||||
|
|
||||||
#define UTF8_FOLDER u8"😀"
|
#define UTF8_FOLDER (const char *)"😀"
|
||||||
const char* names[] = {u8"россиянин", u8"très élégant", u8"狗.txt", nullptr};
|
const char* names[] = {(const char *)"россиянин", (const char *)"très élégant", (const char *)"狗.txt", nullptr};
|
||||||
|
|
||||||
// Remove files if non-zero.
|
// Remove files if non-zero.
|
||||||
#define REMOVE_UTF8_FILES 1
|
#define REMOVE_UTF8_FILES 1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue