Re: Just wondering

2004-01-04 Thread Owen
On Fri, 2 Jan 2004 20:44:13 +1100 "Charlie somerville" <[EMAIL PROTECTED]> wrote: > I know that this isn't a really appropiate place to post with this question > but I don't know anywhere else to post (im a newbie to usenet) Anyway, > here's the question: > Is anyone here using like a DOS interfac

Unicode

2004-01-04 Thread Octavian Rasnita
Hi all, I have a problem printing a file encoded as UTF8. I have tried using the following script: use Unicode::String qw(utf8); my $text = "astaîâSTAÎÂz"; my $t = utf8($text); print $t; The result printed on the screen or in a file is just "az" and not the whole string. I would like those