Menu

#1 Wide character Error

open-accepted
mumumu
5
2006-02-08
2006-02-06
Anonymous
No

rss2imap 0.75(20051210)
Debian Linux (Kernel 2.4.27)
courier-imap 3.0.8-4sarge4
email: malison@malison.org

<--- Debug --->
Autoloading: UID store +FLAGS.SILENT (\Deleted)
Sending: 314 UID store +FLAGS.SILENT (\Deleted)

Sent 41 bytes
Read: 314 NO Error in IMAP command received by server.

Wide character in subroutine entry at
/usr/lib/perl5/Jcode.pm line 308, <CONFFILE> line 13824.

<--- Debug --->

At this Point, rss2imap stops. The Error exists in
various Feeds. Feed language is mostly German.

Discussion

  • mumumu

    mumumu - 2006-02-08

    Logged In: YES
    user_id=1396789

    Thank you for your report.
    If possible, please tell me an example of your feed
    which causes Wide Chracter Error.

     
  • mumumu

    mumumu - 2006-02-08
    • labels: --> Wide Character(garbled. etc)
    • assigned_to: nobody --> mumumu-org
    • status: open --> open-accepted
     
  • Nobody/Anonymous

    Logged In: NO

    For 'sample.url', Bellow error is happen on Debian Linux '3.1'

    >> Wide character in subroutine entry at
    /usr/lib/perl5/Jcode.pm line 308, <CONFFILE> line 3456.

    but on Debian Linux 'etch(Testing)', this error don't occur.

    Try to use on etch, or update perl and so on.

     
  • mumumu

    mumumu - 2006-02-20

    Logged In: YES
    user_id=1396789

    please try the following changes to RSS2IMAPLIB/Unicode.pm.

    diff -r1.2 Unicode.pm
    84c84
    < return Jcode->new ( $string )->mime_encode;
    ---
    > return Encode::encode(
    'MIME-Header',$string );

    ----

    Wide Character error is caused by Jcode->mime_encode
    function, so please try builtin MIME-Encode function to
    Encode module.

     

Log in to post a comment.