Ignore:
Timestamp:
2007/07/20 15:58:59 (17 years ago)
Author:
nanasess
Message:

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
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
  • branches/feature-module-update/data/module/Mail/mimeDecode.php

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