Created
December 28, 2024 12:56
-
-
Save dg0yt/8451f384696a84ba6d2e70c475e93d0f to your computer and use it in GitHub Desktop.
gmime 3.2.15 iconv-detect.h
This file contains hidden or 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 is an auto-generated header, DO NOT EDIT! */ | |
| #define ICONV_ISO_INT_FORMAT "iso-%u-%u" | |
| #define ICONV_ISO_STR_FORMAT "iso-%u-%s" | |
| #define ICONV_SHIFT_JIS "shift-jis" | |
| #define ICONV_10646 "UCS-4BE" |
This file contains hidden or 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 is an auto-generated header, DO NOT EDIT! */ | |
| #define ICONV_ISO_INT_FORMAT "iso-%u-%u" | |
| #define ICONV_ISO_STR_FORMAT "iso-%u-%s" | |
| #define ICONV_SHIFT_JIS "shift-jis" | |
| #define ICONV_10646 "iso-10646" |
This file contains hidden or 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 is an auto-generated header, DO NOT EDIT! */ | |
| #define ICONV_ISO_INT_FORMAT "iso-%u-%u" | |
| #define ICONV_ISO_STR_FORMAT "iso-%u-%s" | |
| #define ICONV_SHIFT_JIS "shift-jis" | |
| #define ICONV_10646 "UCS-4BE" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment