Show
Ignore:
Timestamp:
04/20/05 22:06:28 (4 years ago)
Author:
matt
Message:

Better charset audo-detection - http://mosquito.wordpress.org/view.php?id=788

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-trackback.php

    r2556 r2563  
    4242    $charset = strtoupper( trim($charset) ); 
    4343else 
    44     $charset = 'auto'; 
     44    $charset = 'ASCII, UTF-8, ISO-8859-1, JIS, EUC-JP, SJIS'; 
    4545 
    4646if ( function_exists('mb_convert_encoding') ) { // For international trackbacks