]> cloudbase.mooo.com Git - z180-stamp.git/blame - fatfs/src/option/unicode.c
Import fatfs R0.10c
[z180-stamp.git] / fatfs / src / option / unicode.c
CommitLineData
53668523
L
1#include "../ff.h"\r
2\r
3#if _USE_LFN != 0\r
4\r
5#if _CODE_PAGE == 932 /* Japanese Shift_JIS */\r
6#include "cc932.c"\r
7#elif _CODE_PAGE == 936 /* Simplified Chinese GBK */\r
8#include "cc936.c"\r
9#elif _CODE_PAGE == 949 /* Korean */\r
10#include "cc949.c"\r
11#elif _CODE_PAGE == 950 /* Traditional Chinese Big5 */\r
12#include "cc950.c"\r
13#else /* Small character-set */\r
14#include "ccsbcs.c"\r
15#endif\r
16\r
17#endif\r