Hello,

Does thie mean when I say,

binmode(STDOUT, ":utf8");

The characters would be translated to utf8 for output automatically?
(Would I need to translate them to utf8 firstly before output?)

Thanks again.


2007/5/16, Jeff Pang <[EMAIL PROTECTED]>:
Jen mlists 写道:
> Hello,
>
> I need to output contents with utf8 encoding in CGI scripts.
> Can you tell me how to open STDOUT with utf8 support?Thanks you.
>
Hello,

Just do,
binmode(STDOUT, ":utf8");

see "perldoc perluniintro" for more details.

--
Jeff Pang
http://home.arcor.de/jeffpang/

Reply via email to