mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-20 02:58:55 +00:00
V1.0.6
This commit is contained in:
17
packages/third-party/micropython-1.13.0/lib/oofatfs/option/unicode.c
vendored
Executable file
17
packages/third-party/micropython-1.13.0/lib/oofatfs/option/unicode.c
vendored
Executable file
@@ -0,0 +1,17 @@
|
||||
#include "../ff.h"
|
||||
|
||||
#if _USE_LFN != 0
|
||||
|
||||
#if _CODE_PAGE == 932 /* Japanese Shift_JIS */
|
||||
#include "cc932.c"
|
||||
#elif _CODE_PAGE == 936 /* Simplified Chinese GBK */
|
||||
#include "cc936.c"
|
||||
#elif _CODE_PAGE == 949 /* Korean */
|
||||
#include "cc949.c"
|
||||
#elif _CODE_PAGE == 950 /* Traditional Chinese Big5 */
|
||||
#include "cc950.c"
|
||||
#else /* Single Byte Character-Set */
|
||||
#include "ccsbcs.c"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user