Changeset 4963:5fc8c7cee1dd for charset.h
Legend:
- Unmodified
- Added
- Removed
-
charset.h
r4932 r4963 50 50 char *mutt_get_default_charset (); 51 51 52 #define M_ICONV_HOOK_FROM 1 53 #define M_ICONV_HOOK_TO 2 52 /* flags for charset.c:mutt_convert_string(), fgetconv_open(), and 53 * mutt_iconv_open(). Note that applying charset-hooks to tocode is 54 * never needed, and sometimes hurts: Hence there is no M_ICONV_HOOK_TO 55 * flag. 56 */ 57 #define M_ICONV_HOOK_FROM 1 /* apply charset-hooks to fromcode */ 54 58 55 59 #endif /* _CHARSET_H */
