[Koha] OverDue Charges

Christopher Hicks chicks at chicks.net
Mon Jul 7 01:53:13 NZST 2003


On Sun, 6 Jul 2003, Mohamed Amin wrote:
> When I tried to run it through the command line it gave me this error
> 
> # Perl fines2.pl
> 
> Malformed UTF-8 character (unexpected non-continuation byte 0x6e, immediatly 
> after start byte 0xee ) at /usr/lib/perl5/vendor_perl/5.8.0/Date/Manip.pm 
> line 5958.
> 
> and this error line is repeated
> 
> I don't know what's wrong

Let me guess, you're using a recent version Red Hat (8 or 9).  We see this
error a lot and it's known to cause problems now and then, but generally
it hasn't been meaningful.  Your LANG environment variable is set to make 
everything work as if it was in a UTF-8 universe.  Try doing

	export LANG=US
	Perl fines2.pl

And see if it acts better.  Since LANG is probably already exported you 
can do this all one line in cron and such:

	LANG=US Perl fines2.pl

-- 
</chris>

The death of democracy is not likely to be an assassination from ambush. It
will be a slow extinction from apathy, indifference, and undernourishment.
-Robert Maynard Hutchins, educator (1899-1977)




More information about the Koha mailing list