Greetings.
I'm having a bit of difficulty getting Japanese character sets to display with PHP (w/ Apache on Linux).
I currently have HTML working fine, by adding this into my httpd.conf:
AddLanguage ja .ja
AddType "text/html; charset=SHIFT_JIS" .htm
Now, that might be the wrong way to add a language to Apache, but it will do for my cause.
Now, with PHP, you can't just add another .php type and specify the charset -- this much I know doesn't work.
How should I go about doing this? One of the applications I'm using is phpBB2.