> I need to show a 2 byte language, Japanese, through an application I
> have created in Mason Perl, but so far it is not working. I need some
> help!
>
> http://appliedcontent.com/jp/test.html

This page uses the 'iso-8859-1' encoding.

Change the encoding in the following line, found near the top of your
document:

<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />

> http://appliedcontent.com/jp/test.htm

This page uses the 'ISO-10646-UCS-2' encoding.

> The first URL is to a page that has Japanese characters in it but the
> page is interpreted through Mason. The second URL is the same page as
> the first, but not being processed by Mason. I am running mod_perl.

Arne Sommer

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to