Show
Ignore:
Timestamp:
2003-03-03 06:01:06 (6 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

IDN support for e-mail messages. Things should work automagically
once you have the GNU IDN library available from
ftp://alpha.gnu.org/pub/gnu/libidn/ installed. For IDN's which
can't be losslessly recoded to your local character set, mutt should
automatically fall back to using the ASCII representation. There's
probably a considerable number of bugs in this, and the code may, at
this point, not even compile on machines without libidn. Will start
working on that ASAP.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • charset.h

    r3179 r3311  
    5050 
    5151#define M_ICONV_HOOK_FROM 1 
    52 #if 0 
    5352#define M_ICONV_HOOK_TO   2 
    54 #endif 
    5553 
    5654#endif /* _CHARSET_H */