XPressME Integration Kit

Trac

Changeset 268


Ignore:
Timestamp:
Jun 9, 2009, 1:20:51 PM (15 years ago)
Author:
toemon
Message:

WP2011用wp-config.phpのmb_language mb_internal_encoding 修正

Location:
trunk/external/xpress_i18n
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/external/xpress_i18n/ja_EUC/wp-config.php

    r263 r268  
    1313 */ 
    1414 if (function_exists("mb_language")) mb_language('Japanese'); 
     15 if (function_exists("mb_internal_encoding")) mb_internal_encoding('EUC-JP'); 
    1516 
    1617 
  • trunk/external/xpress_i18n/ja_UTF/wp-config.php

    r252 r268  
    1212 * Language and its setting is ISO-2022-JP/Base64 for Japanese, UTF-8/Base64 for uni, ISO-8859-1/quoted printable for English.  
    1313 */ 
    14  if (function_exists("mb_language")) mb_language('uni'); 
    15  
     14 if (function_exists("mb_language")) mb_language('Japanese'); 
     15 if (function_exists("mb_internal_encoding")) mb_internal_encoding('UTF-8'); 
    1616 
    1717// ** MySQL settings - You can get this info from your web host ** // 
Note: See TracChangeset for help on using the changeset viewer.