Changeset 7042
- Timestamp:
- 2006/10/31 09:52:44 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/naka/mail.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/naka/mail.php
r7041 r7042 1 1 <?php 2 2 3 ini_set("mbstring.http_input", " UTF-8");3 ini_set("mbstring.http_input", "EUC-JP"); 4 4 ini_set("mbstring.http_output", "UTF-8"); 5 5 ini_set("mbstring.internal_encoding", "UTF-8"); … … 9 9 $body = "¤¢¤¢"; 10 10 11 $body = mb_convert_encoding($body, 'UTF-8' );11 $body = mb_convert_encoding($body, 'UTF-8', "EUC-JP"); 12 12 13 13 print("<html><head><meta http-equiv='Content-Type' content='text/html; charset=UTF-8'></head><body>\n");
Note: See TracChangeset
for help on using the changeset viewer.
