Revision 8,
602 bytes
checked in by root, 16 years ago
(diff) |
new import
|
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.