- Timestamp:
- 2006/10/31 09:46:59 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/naka/mail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/naka/mail.php
r7032 r7033 5 5 $body = "¤¢¤¢"; 6 6 7 $body = mb_convert_encoding($body, 'UTF- 8');7 $body = mb_convert_encoding($body, 'UTF-7'); 8 8 9 print("<html><head><meta http-equiv='Content-Type' content='text/html; charset=UTF- 8'></head><body>\n");9 print("<html><head><meta http-equiv='Content-Type' content='text/html; charset=UTF-7'></head><body>\n"); 10 10 print("<b>" . $body . "</b>"); 11 11
Note: See TracChangeset
for help on using the changeset viewer.
