| Revision 8402,
495 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.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", "on"); |
|---|
| 7 | ini_set("output_handler", "mb_output_handler"); |
|---|
| 8 | ini_set("default_charset", CHAR_CODE); |
|---|
| 9 | ini_set("mbstring.internal_encoding", CHAR_CODE); |
|---|
| 10 | ini_set("mbstring.encoding_translation", "on"); |
|---|
| 11 | ini_set("mbstring.detect_order", "auto"); |
|---|
| 12 | ini_set("mbstring.substitute_character", "none"); |
|---|
| 13 | ini_set("magic_quotes_gpc", "off"); |
|---|
| 14 | |
|---|
| 15 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.