Make WordPress Core

Changeset 2563


Ignore:
Timestamp:
04/20/2005 10:06:28 PM (20 years ago)
Author:
matt
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.