mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
99b8ae34c9
This commit adds character encoding configurations in for the fatfs component. The FF_LFN_UNICODE definition in ffconf.h can now be changed to accept UTF-8 or UTF-16 encoded filernames. Test cases using UTF-8 encoded file paths and names in FatFs have also been added. Closes #1183