Ignore:
Timestamp:
2007/10/06 18:49:20 (17 years ago)
Author:
naka
Message:

Mail_mime利用関連モジュールの追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/module/Mail/mimeDecode.php

    r15532 r16300  
    7070        >  
    7171        > function decode_utf8($txt) { 
    72         > $trans=array("?#8216;"=>"探","撤"=>"短","?"=>"?#8226;","徹" 
    73         =>"?#8250;"); 
     72        > $trans=array("Å‘"=>"õ","ű"=>"û","Ő"=>"Õ","Å°" 
     73        =>"Û"); 
    7474        > $txt=strtr($txt,$trans); 
    7575        > return(utf8_decode($txt)); 
Note: See TracChangeset for help on using the changeset viewer.