Changeset 7033 for temp


Ignore:
Timestamp:
2006/10/31 09:46:59 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/test/naka/mail.php

    r7032 r7033  
    55$body = "¤¢¤¢"; 
    66 
    7 $body = mb_convert_encoding($body, 'UTF-8'); 
     7$body = mb_convert_encoding($body, 'UTF-7'); 
    88 
    9 print("<html><head><meta http-equiv='Content-Type' content='text/html; charset=UTF-8'></head><body>\n"); 
     9print("<html><head><meta http-equiv='Content-Type' content='text/html; charset=UTF-7'></head><body>\n"); 
    1010print("<b>" . $body . "</b>"); 
    1111 
Note: See TracChangeset for help on using the changeset viewer.