Re: [Build 69] Internal Error in slrn_convert_substring
"John E. Davis" <[email protected]>
| Newsgroups | gmane.network.slrn.user |
|---|---|
| Message-ID | <[email protected]> |
Andrew Strong <[email protected]> wrote: > That weird character seems to be 'Ҕ' the Cyrillic letter Ge, or Ghe, which > hopefully will render correctly in this email :-) The problem is the "From:" header, which is encoded as: <[email protected]=?=> As the "x-user-defined" character set is meaningless, converting it to the display character set will fail. The "internal error" was generated because the base64 decoded bytes contained a null ('\0') byte, which, as far as I know, is illegal in a header. slrn was not expecting this and generated an internal error. The latest development snapshot detects this and converts the null byte to '?', avoiding the internal error. Hopefully this resolves the problem. Thanks, --John ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace