/[suikacvs]/messaging/newsportal/newsportal.php
Suika

Diff of /messaging/newsportal/newsportal.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by wakaba, Sat Dec 1 12:20:54 2001 UTC revision 1.7 by wakaba, Sat Dec 1 12:25:09 2001 UTC
# Line 454  function headerDecode($value) { Line 454  function headerDecode($value) {
454        $result3=eregi_replace('(.*)"(.*)"(.*)','\3',$value);        $result3=eregi_replace('(.*)"(.*)"(.*)','\3',$value);
455        $result2=eregi_replace('\\(.)','\1',$result2);        $result2=eregi_replace('\\(.)','\1',$result2);
456        $newvalue=$result1.$result2.$result3;        $newvalue=$result1.$result2.$result3;
457        return(mb_convert_encoding($newvalue, "EUC-JP", "auto"));        return(mb_convert_encoding("aiueo", "EUC-JP", "auto"));
458      } else {   // there wasn't anything encoded, return the original string      } else {   // there wasn't anything encoded, return the original string
459        return(mb_convert_encoding($value, "EUC-JP", "auto"));        return(mb_convert_encoding("kakikukeko", "EUC-JP", "auto"));
460      }      }
461    }    }
462  }  }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24