public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* mutt and 8 bit characters
@ 2003-09-21 22:26 Tony Arnold
  2003-09-21 23:24 ` David A. Case
  2003-09-21 23:33 ` David Breach
  0 siblings, 2 replies; 4+ messages in thread
From: Tony Arnold @ 2003-09-21 22:26 UTC (permalink / raw)
  To: cygwin

I've seen references to this problem in the mailing list archives, but not a
suggestion for a work around or hint of a fix being on its way. The problem
is that if I try to reply to a message with 8 bit characters (e.g., UK
currency symbol, accented characters) then mutt crashes with a message about
BUGGY_ICONV.

The exact error message is:

Including quoted message...assertion "errno == E2BIG || (BUGGY_ICONV &&
(errno == EILSEQ || errno == ENOENT))" failed: file
"../mutt-1.4-1/sendlib.c", line 743
                                                                               Aborted
(core dumped)

I'm running on XP Professional with all the latest versiosn of Cygwin
packages.

Has anyone had a chance to investigate this problem? Are there any settings
in muttrc or anywhere else that might allow me to work around the problem?

Any help or suggestions much appreciated. Please cc me on any replies as I
am not on the mailing list.

Regards,
Tony.
-- 
Tony Arnold, Deputy to the Head of COS Division, Manchester Computing,
University of Manchester, Oxford Road, Manchester M13 9PL.
T: +44 (0)161 275 6093, F: +44 (0)870 136 1004, M: +44 (0)773 330 0039
E-mail: tony.arnold@man.ac.uk, Home: http://www.man.ac.uk/Tony.Arnold

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: mutt and 8 bit characters
  2003-09-21 22:26 mutt and 8 bit characters Tony Arnold
@ 2003-09-21 23:24 ` David A. Case
  2003-09-22 11:19   ` Tony Arnold
  2003-09-21 23:33 ` David Breach
  1 sibling, 1 reply; 4+ messages in thread
From: David A. Case @ 2003-09-21 23:24 UTC (permalink / raw)
  To: Tony Arnold; +Cc: cygwin

On Sun, Sep 21, 2003, Tony Arnold wrote:

> I've seen references to this problem in the mailing list archives, but not a
> suggestion for a work around or hint of a fix being on its way. The problem
> is that if I try to reply to a message with 8 bit characters (e.g., UK
> currency symbol, accented characters) then mutt crashes with a message about
> BUGGY_ICONV.
> 

I know of two workarounds: (1) revert to version 1.8xx of libiconv; (2)
grab the mutt sources and re-compile/re-link against the current version of 
libiconv.

Path (2) has worked for me; I used path (1) for a while, but it is likely that
other things that depend upon libiconv would become broken, so this is likely
to be a less-good solution.

..good luck...dac


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: mutt and 8 bit characters
  2003-09-21 22:26 mutt and 8 bit characters Tony Arnold
  2003-09-21 23:24 ` David A. Case
@ 2003-09-21 23:33 ` David Breach
  1 sibling, 0 replies; 4+ messages in thread
From: David Breach @ 2003-09-21 23:33 UTC (permalink / raw)
  To: cygwin; +Cc: tony.arnold

On Sun, Sep 21, 2003 at 10:54:12PM +0100, Tony Arnold wrote:
> The problem is that if I try to reply to a message with 8 bit
> characters (e.g., UK currency symbol, accented characters) then mutt
> crashes with a message about BUGGY_ICONV.

> Has anyone had a chance to investigate this problem? Are there any settings
> in muttrc or anywhere else that might allow me to work around the problem?

I had the same thing with Mutt 1.4i - upgrading to 1.5.4 fixed it, and
Mutt is now working perfectly again ;-)

-- 
David
mailto:david@davidbreach.co.uk

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: mutt and 8 bit characters
  2003-09-21 23:24 ` David A. Case
@ 2003-09-22 11:19   ` Tony Arnold
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Arnold @ 2003-09-22 11:19 UTC (permalink / raw)
  To: 'David A. Case'; +Cc: cygwin

David,

> I know of two workarounds: (1) revert to version 1.8xx of 
> libiconv; (2) grab the mutt sources and re-compile/re-link 
> against the current version of 
> libiconv.

Thanks for the tip. I recompiled mutt from the source you get from the
Cygwin setup utility. It's certainly stopped it from crashing on 8 bit
characters, but they are no longer displayed correctly! They get displayed
at question marks. Is that your experience too? Or is it my terminal
settings? I use rxvt.

Regards,
Tony.
-- 
Tony Arnold, Deputy to the Head of COS Division, Manchester Computing,
University of Manchester, Oxford Road, Manchester M13 9PL.
T: +44 (0)161 275 6093, F: +44 (0)870 136 1004, M: +44 (0)773 330 0039
E-mail: tony.arnold@man.ac.uk, Home: http://www.man.ac.uk/Tony.Arnold


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-09-22 10:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-21 22:26 mutt and 8 bit characters Tony Arnold
2003-09-21 23:24 ` David A. Case
2003-09-22 11:19   ` Tony Arnold
2003-09-21 23:33 ` David Breach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).