Do you have a mail for this?

I looked into it with a mail that have this problem. The problem is that this 
mail has no "content type: ... charset: ...."-header.
And if you see in source mailbox.cc:726 you will see that mails like this will 
be "us-ascii" by default (RFC 2045) but this mail isn't us-ascii (it has German 
Umlauts)!
In file decoding.cc:695 the glib-function g_convert will fail with "Invalid 
byte sequence in conversion input" because it tries to convert a wrong "from 
charset".

gnubiff needs to detect mail-charsets if there is no content-type (or it
is wrong and will fail). Or just try UTF-8 as a work-around. ;-)

-- 
Can't convert us-ascii to UTF8
https://bugs.launchpad.net/bugs/161831
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to