Help for this page

Select Code to Download


  1. or download this
     
    function encode(str){ 
    return str.replace(/[^\u0000-\u00FF]/g,function($0){return escape($0).
    +replace(/(%u)(\w{4})/gi,"&#x$2;")}); 
    ...
                  
    }
    
  2. or download this
     
    
    <html>
    ...
    print $query->header(  -charset=>'utf-8' );  
    print "$a";