Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Malformed UTF-8 character

by graff (Chancellor)
on Nov 20, 2002 at 02:05 UTC ( [id://214325]=note: print w/replies, xml ) Need Help??


in reply to Malformed UTF-8 character

You should check the 5.8.0 man pages "utf", "perlunicode", and probably "perluniintro" as well.

Given that you're migrating older scripts for things that have nothing to do with using unicode data, it should suffice to put:

no utf8;
near the top of each script (e.g. above "use Date::Manip").

I just added Date::Manip to my 5.8.0 installation and tried a couple of sample operations from the man page, involving the two methods you mentioned. No problem. Is there any chance that your Date::Manip.pm file is actually a layover from an older perl version -- that is, after installing 5.8.0, did you reinstall Date::Manip?

Apart from that, I don't know what to say... maybe if you put up a minimal script that generates the problem for you, and we'll have something more concrete to work with.

Replies are listed 'Best First'.
Re: Re: Malformed UTF-8 character
by Anonymous Monk on Nov 20, 2002 at 14:20 UTC
    I don't think it's anything wrong with Date::Manip, but rather somethine wrong with RedHat 8.0. I have perl 5.8.0 on my solaris box and it doesn't have a problem with my Date::Manip scripts. But my desktop with RH8 does.

    I started a bug on redhat's bugzilla: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=74884

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://214325]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-26 05:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found