OK, so I have this PERL script that I have been using for some time now. I used to use in a NT environment with an older version of PERL. I am currently running on Windows 2000 and a newer version of PERL. I even have used the same script to process the same files successfully. All of a sudden in preparing to make changes to the code, I decided to run a test with the current version. I received an error complaining about UTF-8. So I looked into where the error was, forced an integer variable to be floating by using sprintf in a division formula. Worked like a charm. Tried the same code on a different day and received the UTF-8 message again. Now I was not able to get rid of it. Spent an entire weekend changing the code to force int to float where needed. The code worked once again. Next I go to demonstrate the code and the UTF-8 error is back.
Has anyone come across this problem and know how to solve it. It is driving my crazy.
Michael Libeson
Has anyone come across this problem and know how to solve it. It is driving my crazy.
Michael Libeson