OSDN Git Service

Enhance behavior of automatic detection for Kanji code of filenames.
[ffftp/ffftp.git] / common.h
index c078703..20337b3 100644 (file)
--- a/common.h
+++ b/common.h
 \r
 #define LIST_MASKFLG   0xFF\r
 \r
+// UTF-8対応\r
+#define LIST_RAW_NAME  0x80000000\r
+\r
 /* ファイル一覧情報例 ---------------\r
 \r
 *LIST_UNIX_10\r
@@ -1278,6 +1281,8 @@ FILELIST *SearchFileList(char *Fname, FILELIST *Base, int Caps);
 int Assume1900or2000(int Year);\r
 void SetFilter(int *CancelCheckWork);\r
 void doDeleteRemoteFile(void);\r
+// UTF-8対応\r
+int AnalyzeNameKanjiCode(int Num);\r
 \r
 \r
 /*===== toolmenu.c =====*/\r