This repository has been archived by the owner on Jul 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
8,833 additions
and
250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#ifndef ZIP_DEFINE_H | ||
#define ZIP_DEFINE_H | ||
|
||
|
||
|
||
#define ZIP_ACP 0 // default to ANSI code page | ||
#define ZIP_OEMCP 1 // default to OEM code page | ||
#define ZIP_MACCP 2 // default to MAC code page | ||
#define ZIP_THREAD_ACP 3 // current thread's ANSI code page | ||
#define ZIP_SYMBOL 42 // SYMBOL translations | ||
|
||
#define ZIP_UTF7 65000 // UTF-7 translation | ||
#define ZIP_UTF8 65001 // UTF-8 translation | ||
|
||
static int ZIP_UNICODE = ZIP_ACP; //ʹÓÃËùÐè±àÂëµÄºê | ||
|
||
#endif |
Oops, something went wrong.