There's another alias - "[EMAIL PROTECTED]" to which you can send unicode related questions.
To set the HTTP header correctly you should use the following:
print header (-charset => 'utf-8')';
as opposed to the standard : print header;
-which 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
Date: Tue, 30 Mar 2004 07:38:27 -0700
MIME-Version: 1.0
Received: from onion.perl.org ([63.251.223.166]) by mc2-f30.hotmail.com with Microsoft SMTPSVC(5.0.2195.6824); Tue, 30 Mar 2004 06:39:00 -0800
Received: (qmail 25208 invoked by uid 1005); 30 Mar 2004 14:38:54 -0000
Received: (qmail 25188 invoked by uid 76); 30 Mar 2004 14:38:54 -0000
X-Message-Info: JGTYoYF78jEHjJx36Oi8+YDSEg8qKPPD
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Post: <mailto:[EMAIL PROTECTED]>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
List-Subscribe: <mailto:[EMAIL PROTECTED]>
Delivered-To: mailing list [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=0.0 required=7.0tests=
X-Spam-Check-By: la.mx.develooper.com
Message-Id: <[EMAIL PROTECTED]>
X-Mailer: NeoMail 1.25
X-IPAddress: 206.152.237.35
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 30 Mar 2004 14:39:01.0343 (UTC) FILETIME=[BE0006F0:01C41664]
> 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 much more about it.
http://danconia.org
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>