[Mimedefang] Wide character in print at /.../MIME/Parser/Read er.pm line 244

Jesus Martinez Rubio Jmrubio at morganstanley.es
Fri Feb 21 06:16:01 EST 2003


Hi, 

The problem is the way that perl 5.8.0 manages now the files.
Before all the files were openned as bytes but now and depending of context,
it tries to analize it as unicode characters.

I've added the next lines and works perfectly:
	Current line 244:
		print $n_out $last; $last= $_;

	Change to:
		244: # Change to patch the new way to work perl 5.8.0 with
unicode (utf8)
		245: use bytes;
		246: print $n_out $last; $last= $_;
		247: no bytes;

Jesus



> -----Mensaje original-----
> De:	Breena Kermott [SMTP:bkermott at entertech.com]
> Enviado el:	viernes 21 de febrero de 2003 5:06
> Para:	mimedefang at lists.roaringpenguin.com
> Asunto:	[Mimedefang] Wide character in print at
> /.../MIME/Parser/Reader.pm line 244
> 
> I am running mimedefang 2.30 on RH8 with MIME-tools-5.411a-RP-Patched-02 
> and I get this error message showing up in my logs alot:
> 
> mimedefang-multiplexor: Slave 0 stderr: Wide character in print at 
> /usr/lib/perl5/site_perl/5.8.0/MIME/Parser/Reader.pm line 244, <FILE> line
> 190.
> 
> The <FILE> line number changes each time.  Anyone else having this problem
> 
> or know of a solution?
> Thanks!
> Breena
> 
> 
> _______________________________________________
> MIMEDefang mailing list
> MIMEDefang at lists.roaringpenguin.com
> http://lists.roaringpenguin.com/mailman/listinfo/mimedefang



More information about the MIMEDefang mailing list