Re: Output Unicode

2004-04-02 Thread WC -Sx- Jones
Octavian Rasnita wrote: I am accessing www.google.com which redirects to www.google.ro, or www.google.com/ncr That is an auto-handshake between your browser and google. It means you've properly set-up what Language(s) you want first and google is trying to be helpful. (In a previous note I said th

Re: Output Unicode

2004-04-02 Thread Octavian Rasnita
I am accessing www.google.com which redirects to www.google.ro, or www.google.com/ncr T - Original Message - From: "mt m" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, April 02, 2004 6:35 PM Subject: Re: Output Unicode

Re: Output Unicode

2004-04-02 Thread mt m
which google url are you accessing? From: "Octavian Rasnita" <[EMAIL PROTECTED]> To: "mt m" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Subject: Re: Output Unicode Date: Fri, 2 Apr 2004 15:59:10 +0300 MIME-Version: 1.0 Received: from onion.perl.org ([63.251.

Re: Output Unicode

2004-04-02 Thread Octavian Rasnita
TED]>; <[EMAIL PROTECTED]> Sent: Friday, April 02, 2004 3:47 PM Subject: Re: Output Unicode > > >Oh thanks, this is helpful. > >I can see that it is very complicated to use Unicode standards. > > well it can be. But if you've got a new browser (mozilla 1.6), and a

Re: Output Unicode

2004-04-02 Thread mt m
ers don't really support UTF-8 well - so they send content in native encodings instead. Teddy - Original Message - From: "mt m" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, April 01, 2004 9:23 PM Subject: Re:

Re: Output Unicode

2004-04-02 Thread Octavian Rasnita
AIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, April 01, 2004 9:23 PM Subject: Re: Output Unicode > I think it's your font support. > > Go to http://www.columbia.edu/kermit/utf8.html > > This multilingual page has strings in many languages

Re: Output Unicode

2004-04-01 Thread WC -Sx- Jones
Octavian Rasnita wrote: It seems that something's wrong because Internet Explorer automaticly chooses UTF-8 encoding, but it doesn't display the text correctly. In fact, I don't know which is the problem because I read the text from the screen using a screen reader (I am blind) but I can read othe

Re: Output Unicode

2004-03-31 Thread Octavian Rasnita
lind) but I can read other UTF encoded pages like Google's page, without problems. Thank you. T - Original Message - From: "mt m" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, March 31, 2004 7:21 PM Subject: Re: Outp

Re: Output Unicode

2004-03-31 Thread mt m
I'd say the problem is that the content of your page is not in fact in UTF-8. Telling the browser that it is is one thing, but that doesn't make the content itself UTF-8 encoded. Are you sure you can actually create a UTF-8 encoded file? If you create a web page using Mozilla Composer ( part of

Re: Output Unicode

2004-03-30 Thread Octavian Rasnita
Teddy - Original Message - From: "mt m" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 30, 2004 10:51 PM Subject: Re: Output Unicode > >I have tried those modules and others like Encode, and they p

Re: Output Unicode

2004-03-30 Thread mt m
is a UTF-8 file. Thank you anyway. Teddy - Original Message - From: "Wiggins d Anconia" <[EMAIL PROTECTED]> To: "Octavian Rasnita" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 30, 2004 5:38 PM Subject: Re: Output Unicode _

Re: Output Unicode

2004-03-30 Thread Octavian Rasnita
conia" <[EMAIL PROTECTED]> To: "Octavian Rasnita" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 30, 2004 5:38 PM Subject: Re: Output Unicode -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://lear

Re: Output Unicode

2004-03-30 Thread mt m
ich sets the page encoding to iso-8859-1 (west european) by default. The members of the above alias will be able to provide more support. From: "Wiggins d Anconia" <[EMAIL PROTECTED]> To: "Octavian Rasnita" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Subject

Re: Output Unicode

2004-03-30 Thread Wiggins d Anconia
> Hi all, > > Does anyone know how could I print a UTF-8 HTML page (like Google's one)? > > Which modules I need to use? > > Is perl able to do that? > > Thank you. > You may find some useful help in, perldoc perluniintro perldoc perlunicode perldoc utf8 I suspect it can, just don't know mu