Name

Recode — Recodes encoding of string from or to "UTF-8" encoding.

Synopsis

any Recode ( string fromEncoding ,
  string toEncoding ,
  string text );
 

Parameters

string fromEncoding

string toEncoding

string text

Return

any

Description

Recodes encoding of string from or to "UTF-8" encoding. One of from/to must be "UTF-8", the other should be an iso encoding specifier (i.e. "ISO-8859-1" for western languages, "ISO-8859-2" for eastern languages, etc. )