| Revision 8406,
566 bytes
checked in by kakinaka, 20 years ago
(diff) |
|
blank
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | ini_set("mbstring.http_input", CHAR_CODE); |
|---|
| 4 | ini_set("mbstring.http_output", CHAR_CODE); |
|---|
| 5 | ini_set("auto_detect_line_endings", 1); |
|---|
| 6 | ini_set("default_charset", CHAR_CODE); |
|---|
| 7 | ini_set("mbstring.internal_encoding", CHAR_CODE); |
|---|
| 8 | ini_set("mbstring.detect_order", "auto"); |
|---|
| 9 | ini_set("mbstring.substitute_character", "none"); |
|---|
| 10 | |
|---|
| 11 | // °Ü¹Ô¤ÏINI_SET¤ÇÊѹ¹²Äǽ¤«¤É¤¦¤«¤¬Èù̯¤Ê¤Î¤Ç .htaccess ¤ÇÊѹ¹¤¹¤ë |
|---|
| 12 | // ini_set("mbstring.language", "Japanese"); |
|---|
| 13 | // ini_set("output_handler", "mb_output_handler"); |
|---|
| 14 | // ini_set("mbstring.encoding_translation", 1); |
|---|
| 15 | // ini_set("magic_quotes_gpc", 0); |
|---|
| 16 | |
|---|
| 17 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.