Static Public Member Functions | |
| static | convertCharset ($sourceEncoding, $targetEncoding, $stringToConvert) |
| Dummy wrapper around standard iconv method. | |
Created in hope it can increase independency on iconv library.
Definition at line 150 of file CharsetDetector.class.php.
| static CharsetConverter::convertCharset | ( | $ | sourceEncoding, | |
| $ | targetEncoding, | |||
| $ | stringToConvert | |||
| ) | [static] |
Dummy wrapper around standard iconv method.
Refer to manual of this standard method.
Definition at line 155 of file CharsetDetector.class.php.
Referenced by CharsetDetector::convertIfRelevant().
1.5.4