Search:
Login
Help/Guide
About Trac
Register
Forgot your password?
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
1861:000b6e876953
for
compose.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2000-05-24 12:18:32 (
8 years
ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:
Make charset-hook work with an external iconv implementation.
Files:
1 modified
compose.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
compose.c
r1794
r1861
403
403
return 0;
404
404
405
if ((cd =
iconv_open (buff, "us-ascii")) == (iconv_t)-1)
405
if ((cd =
mutt_
iconv_open (buff, "us-ascii")) == (iconv_t)-1)
406
406
{
407
407
mutt_error (_("Character set %s is unknown."), buff);
Download in other formats:
Unified Diff
Zip Archive