Changeset 16300 for branches/feature-module-update/data/module/Mail
- Timestamp:
- 2007/10/06 18:49:20 (15 years ago)
- Location:
- branches/feature-module-update/data/module/Mail
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/module/Mail/mimeDecode.php
r15532 r16300 70 70 > 71 71 > function decode_utf8($txt) { 72 > $trans=array(" ?#8216;"=>"探","撤"=>"短","?"=>"?#8226;","徹"73 =>" ?#8250;");72 > $trans=array("Å‘"=>"õ","ű"=>"û","Å"=>"Õ","Ű" 73 =>"Û"); 74 74 > $txt=strtr($txt,$trans); 75 75 > return(utf8_decode($txt)); -
branches/feature-module-update/data/module/Mail/mimePart.php
r15532 r16300 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | Copyright (c) 2002-2003 Richard Heyes 3 // | Copyright (c) 2002-2003 Richard Heyes | 4 4 // | All rights reserved. | 5 5 // | |
Note: See TracChangeset
for help on using the changeset viewer.