Skip to main content

to_utf8

Discworld driver help

to_utf8

Name

to_utf8() - Converts a string from one encoding to the UTF-8 encoding.

Synopsis

string to_utf8( string str, string enc )

Description

Converts `str' from the encoding `enc' to UTF-8.

See also

utf8_to()