I'm not an expert in this area - Unicode and PerlScript, but I believe 
you may have to convert the characters to unicode values and then use 
HTML to display these characters.  If you are using ASP, you can use 
$Server->HTMLEncode() to do this.  If not, it shouldn't be very hard to 
write your own converter since the unicode value is the same as the HTML 
&# code.

Will

-----Original Message-----
From: "??? \(Park, Jong-Pork\)" <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Date: Mon, 27 Oct 2003 15:38:31 +0900
Subject: How can I use multi-bytes character in PerlScript?

> I want to write a .asp file that include below code. How can I try?
> 
> 
> <%@ Language=PerlScript %>
> <%
>  my $char = '??? ??? (some of Korean characters)';
>  $Response->Write($char);
> %>
> 
> Error:
> 
> PerlScript Error '80004005' 
> syntax error 
> /test.asp, line 4 
> 
> _______________________________________________
> Perl-Win32-Web mailing list
> [EMAIL PROTECTED]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to