in reply to Malformed UTF-8 character
Given that you're migrating older scripts for things that have nothing to do with using unicode data, it should suffice to put:
near the top of each script (e.g. above "use Date::Manip").no utf8;
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 |