Revision 15079,
625 bytes
checked in by nanasess, 16 years ago
(diff) |
svn:mime-type application/x-httpd-php; charset=UTF-8 設定
|
-
Property svn:mime-type set to
application/x-httpd-php; charset=UTF-8
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | ini_set("mbstring.language", "Japanese"); |
---|
4 | ini_set("mbstring.http_input", CHAR_CODE); |
---|
5 | ini_set("mbstring.http_output", CHAR_CODE); |
---|
6 | ini_set("auto_detect_line_endings", 1); |
---|
7 | ini_set("default_charset", CHAR_CODE); |
---|
8 | ini_set("mbstring.internal_encoding", CHAR_CODE); |
---|
9 | ini_set("mbstring.detect_order", "auto"); |
---|
10 | ini_set("mbstring.substitute_character", "none"); |
---|
11 | |
---|
12 | // 移行はINI_SETで変更可能かどうかが微妙なので .htaccess で変更する |
---|
13 | /* |
---|
14 | ini_set("mbstring.language", "Japanese"); |
---|
15 | ini_set("output_handler", "mb_output_handler"); |
---|
16 | ini_set("mbstring.encoding_translation", 1); |
---|
17 | ini_set("magic_quotes_gpc", 0); |
---|
18 | */ |
---|
19 | |
---|
20 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.