Public Member Functions | |
| trans ($string) | |
| Transcoder ($fromEncoding, $toEncoding, $translit=false) | |
Definition at line 18 of file Transcoder.inc.php.
| Transcoder.trans | ( | $ | string | ) |
Transcode a string
| $string | string String to transcode |
Definition at line 45 of file Transcoder.inc.php.
References String.html2ascii(), String.html2utf(), and String.utf2html().
| Transcoder.Transcoder | ( | $ | fromEncoding, | |
| $ | toEncoding, | |||
| $ | translit = false | |||
| ) |
Constructor
| $fromEncoding | string Name of source encoding | |
| $toEncoding | string Name of target encoding | |
| $translit | boolean Whether or not to transliterate while transcoding |
Definition at line 34 of file Transcoder.inc.php.
1.5.6