The convert_encoding method converts the encoding of a string from one character encoding to another.
convert_encoding( input, encodingTo, encodingTables [, encodingFrom])
| 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”. | 
(String). A string, using the specified character encoding.
|  |