Hi,
I have the blog that I am working on set to "en-US local" but have the language set to UTF-8 in both the admin profile and _locals.php. Everything works great the blog is in English and the posts can be written in both english and japanese characters. :)
Now the issue,
When I go to put japanese characters into the _main.php in the <div class="bSideItem"> sections I get nothing but ?????????????????.
Thus, with out changing the home local to "ja-JP" is their a way that a person can insert a language command directly into the different <div class="bSideItem"> sections of the _main.php so that I can put Japanese characters in the sidebar area?
Thanks,
Vlad
Found the problem... in the _locals.php around line 97 I switched the "en-EU" to UTF-8 but forgot to set "en-US" to UTF-8 as well. Thanks