Changeset 268 for trunk/external/xpress_i18n
- Timestamp:
- Jun 9, 2009, 1:20:51 PM (15 years ago)
- Location:
- trunk/external/xpress_i18n
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/external/xpress_i18n/ja_EUC/wp-config.php
r263 r268 13 13 */ 14 14 if (function_exists("mb_language")) mb_language('Japanese'); 15 if (function_exists("mb_internal_encoding")) mb_internal_encoding('EUC-JP'); 15 16 16 17 -
trunk/external/xpress_i18n/ja_UTF/wp-config.php
r252 r268 12 12 * Language and its setting is ISO-2022-JP/Base64 for Japanese, UTF-8/Base64 for uni, ISO-8859-1/quoted printable for English. 13 13 */ 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'); 16 16 17 17 // ** MySQL settings - You can get this info from your web host ** //
Note: See TracChangeset
for help on using the changeset viewer.