From 7b78a5a287827db9e9b16286f3604aef69b37c5c Mon Sep 17 00:00:00 2001 From: Leo C Date: Mon, 17 Nov 2014 14:47:05 +0100 Subject: Import fatfs R0.10c --- fatfs/src/option/ccsbcs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fatfs/src/option/ccsbcs.c') diff --git a/fatfs/src/option/ccsbcs.c b/fatfs/src/option/ccsbcs.c index d6897bc..b16db30 100644 --- a/fatfs/src/option/ccsbcs.c +++ b/fatfs/src/option/ccsbcs.c @@ -444,7 +444,7 @@ const WCHAR Tbl[] = { /* CP1256(0x80-0xFF) to Unicode conversion table */ 0x00E8, 0x00E9, 0x00EA, 0x00EB, 0x0649, 0x064A, 0x00EE, 0x00EF, 0x064B, 0x064C, 0x064D, 0x064E, 0x00F4, 0x064F, 0x0650, 0x00F7, 0x0651, 0x00F9, 0x0652, 0x00FB, 0x00FC, 0x200E, 0x200F, 0x06D2 -} +}; #elif _CODE_PAGE == 1257 #define _TBLDEF 1 -- cgit v1.2.3