Ignore:
Timestamp:
2008/03/13 09:49:14 (18 years ago)
Author:
adachi
Message:

#218 fixed by Yammy (merge r17066:17067)

Location:
branches/version-2/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/class/SC_Initial.php

    r17059 r17145  
    119119        ini_set("mbstring.detect_order", "auto"); 
    120120        ini_set("mbstring.substitute_character", "none"); 
     121        //ロケールを明示的に設定 
     122        setlocale(LC_ALL, LOCALE); 
    121123    } 
    122124 
  • branches/version-2/data/mtb_constants_init.php

    r17118 r17145  
    6868/** 文字コード */ 
    6969define('CHAR_CODE', "UTF-8"); 
     70/** ロケール設定 */ 
     71define('LOCALE', "ja_JP.UTF-8"); 
    7072/** 決済モジュール付与文言 */ 
    7173define('ECCUBE_PAYMENT', "EC-CUBE"); 
Note: See TracChangeset for help on using the changeset viewer.