Changeset 15078 for branches/feature-module-update/data/module
- Timestamp:
- 2007/07/20 15:58:59 (16 years ago)
- Location:
- branches/feature-module-update
- Files:
-
- 1 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update
-
Property
svn:ignore
set to
.cache
.settings
.projectOptions
-
Property
svn:ignore
set to
-
branches/feature-module-update/data/module/Mail/mimeDecode.php
r12157 r15078 70 70 > 71 71 > function decode_utf8($txt) { 72 > $trans=array(" Å‘"=>"õ","ű"=>"û","Å"=>"Õ","Ű"73 =>" Û");72 > $trans=array("?#8216;"=>"探","撤"=>"短","?"=>"?#8226;","徹" 73 =>"?#8250;"); 74 74 > $txt=strtr($txt,$trans); 75 75 > return(utf8_decode($txt));
Note: See TracChangeset
for help on using the changeset viewer.