Changeset 7042


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

* empty log message *

File:
1 edited

Legend:

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

    r7041 r7042  
    11<?php 
    22 
    3 ini_set("mbstring.http_input", "UTF-8"); 
     3ini_set("mbstring.http_input", "EUC-JP"); 
    44ini_set("mbstring.http_output", "UTF-8"); 
    55ini_set("mbstring.internal_encoding", "UTF-8"); 
     
    99$body = "¤¢¤¢"; 
    1010 
    11 $body = mb_convert_encoding($body, 'UTF-8'); 
     11$body = mb_convert_encoding($body, 'UTF-8', "EUC-JP"); 
    1212 
    1313print("<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.