UTF_FILENAME_SUPPORT

This commit is contained in:
Scott Lahteine 2020-11-17 20:39:59 -06:00
parent 4b59ba869f
commit a16efbf435
195 changed files with 780 additions and 0 deletions

View file

@ -1262,6 +1262,10 @@
// Note: Only affects SCROLL_LONG_FILENAMES with SDSORT_CACHE_NAMES but not SDSORT_DYNAMIC_RAM.
#endif
// Allow international symbols in long filenames. To display correctly, the
// LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33
//#define LONG_FILENAME_HOST_SUPPORT