Hello again,
Just wanted to tell you guys that, with your help. I got everything
working fine. Currently I'm using this:
use open ':utf8';
use utf8;
This fixed reading from file. The next problem I encountered was when
reading a string from a POST request, but this was easy, and now I'm
usi
Hello again,
If I use this:
use open ':encoding(UTF-8)';
in my script, it crashes and makes a big fat core dump. :-(
I think it is up to me to figure out the problem now, but if you
have any suggestions, I'll be glad to hear them. Unfortunately,
because this is not a high priority project
Hi Tels & John,
I'll try what you said (Monday) and will let you know if it works.
Thank you very much,
- Alex
Hello,
I was doing some I18N of a bunch of existing CGI scripts and
encountered a problem.
I guess I'm making some very basic error, but I'm stuck with this for a
day and I thought
I may ask. I have my strings in UTF-8. I read most of them from file,
do some processing
and spit them out of the C