diff options
Diffstat (limited to 'iconv-detect.h')
-rw-r--r-- | iconv-detect.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/iconv-detect.h b/iconv-detect.h new file mode 100644 index 0000000000..46f476d5bc --- /dev/null +++ b/iconv-detect.h @@ -0,0 +1,5 @@ +/* This is an auto-generated header, DO NOT EDIT! */ + +#define ICONV_ISO_D_FORMAT "iso-%d-%d" +#define ICONV_ISO_S_FORMAT "iso-%d-%s" +#define ICONV_10646 "iso-10646" |