convert_encoding
Converts the encoding of a string from one character encoding to another.
Syntax
convert_encoding( input, encodingTo, encodingTables [, encodingFrom])
Arguments
| Argument | Description | 
|---|---|
| input | (string) The string to convert. | 
| encodingTo | (string) The character encoding to convert to (same as IDOL encoding names). | 
| encodingTables | (string) The path to the conversion tables. | 
| encodingFrom | (string) The character encoding to convert from. The default is “UTF8”. | 
Returns
(String). A string, using the specified character encoding.