Name
UI::Recode — Recodes encoding of string from or to "UTF-8" encoding.
Synopsis
any
Recode
( |
string
| from
, |
|
string
| to
, |
|
string
| text
) ; |
Parameters
-
string
from
-
string
to
-
string
text
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. )