Index: trunk/external/xpress_i18n/ja_EUC/wp-config.php
===================================================================
--- trunk/external/xpress_i18n/ja_EUC/wp-config.php	(revision 265)
+++ trunk/external/xpress_i18n/ja_EUC/wp-config.php	(revision 268)
@@ -13,4 +13,5 @@
  */
  if (function_exists("mb_language")) mb_language('Japanese');
+ if (function_exists("mb_internal_encoding")) mb_internal_encoding('EUC-JP');
 
 
Index: trunk/external/xpress_i18n/ja_UTF/wp-config.php
===================================================================
--- trunk/external/xpress_i18n/ja_UTF/wp-config.php	(revision 265)
+++ trunk/external/xpress_i18n/ja_UTF/wp-config.php	(revision 268)
@@ -12,6 +12,6 @@
  * Language and its setting is ISO-2022-JP/Base64 for Japanese, UTF-8/Base64 for uni, ISO-8859-1/quoted printable for English. 
  */
- if (function_exists("mb_language")) mb_language('uni');
-
+ if (function_exists("mb_language")) mb_language('Japanese');
+ if (function_exists("mb_internal_encoding")) mb_internal_encoding('UTF-8');
 
 // ** MySQL settings - You can get this info from your web host ** //
