convert_text
convert_text ( string $text ) : string
Parameter | Description |
---|---|
text |
Text to convert. |
Assumes that the provided text is in the form of the configured source character set (see sourceCharset
and converts it to the specified target character set (see targetCharset
).
Returns the converted text.