Changeset 2674:44ba8c1aca01
- Timestamp:
- 02/23/14 11:49:51 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.trackback.php
r2566 r2674 482 482 } 483 483 484 private static function detectCharset($ string)485 { 486 return mb_detect_encoding($ remote_content,484 private static function detectCharset($content) 485 { 486 return mb_detect_encoding($content, 487 487 'UTF-8,ISO-8859-1,ISO-8859-2,ISO-8859-3,'. 488 488 'ISO-8859-4,ISO-8859-5,ISO-8859-6,ISO-8859-7,ISO-8859-8,'.
Note: See TracChangeset
for help on using the changeset viewer.