Re: What am I doing wrong? (Perl, UTF-8 and cyrillic)

2006-02-11 Thread avtanski
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

Re: What am I doing wrong? (Perl, UTF-8 and cyrillic)

2006-01-28 Thread Tels
Moin Alex, On Saturday 28 January 2006 01:35, [EMAIL PROTECTED] wrote: 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

Re: What am I doing wrong? (Perl, UTF-8 and cyrillic)

2006-01-28 Thread John Delacour
At 4:35 pm -0800 27/1/06, [EMAIL PROTECTED] wrote: Hello, I was doing some I18N of a bunch of existing CGI scripts and encountered a problemI have my strings in UTF-8. I read most of them from file,do some processing and spit them out of the CGI-script. Let say I do this:

What am I doing wrong? (Perl, UTF-8 and cyrillic)

2006-01-27 Thread avtanski
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