QUOTE (maraboutslim @ Aug 19 2003, 01:03 AM)
Do you use Japanese on your site? I'm still trying to make it work here. I downloaded the movable type language pack and followed the directions as best I could but I still only see "us english" on the pull down menu for preferred language on the edit your profile page. If you have any advice, please let me know.
-Slim
I managed to set up the japanese language pack by installing it as it says in the distributable file.
I have a mix of japanese and english:
http://fumufumu.q-games.comOne thing I had to do if you are using Apache version 2, is add
AddDefaultCharset euc-jp
to the VirtualHost section in apache's config file, or add it globally if you're not hosting any other sites.
MovableType doesn't work with shift-jis it seems (although it specifies it as an "example" in mt.cfg which is confusing!)
you should also change (or add):
NoHTMLEntities 1
and
PublishCharset EUC-JP
in mt.cfg.
Regards