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

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


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.

I did some searching and the only thing I found was to do the  
following in my httpd conf for the domain, but it didn't do anything:

         <Directory "/home/webtree/home/www.mydomain.com/html/jp">
                 AddType 'text/html; charset=ISO-2022-JP' html
                 AddLanguage ja html
         </Directory>


Any suggestions? I am trying to confirm I can do this for a proposal  
that's due tomorrow!

-Michael

-------------------------------------------------------------------------
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