utf8_decode(3) php man page | unix.com

Man Page: utf8_decode

Operating Environment: php

Section: 3

UTF8_DECODE(3)								 1							    UTF8_DECODE(3)

utf8_decode - Converts a string with ISO-8859-1 characters encoded with UTF-8 to single-byte ISO-8859-1

SYNOPSIS
string utf8_decode (string $data)
DESCRIPTION
This function decodes $data, assumed to be UTF-8 encoded, to ISO-8859-1.
PARAMETERS
o $data - An UTF-8 encoded string.
RETURN VALUES
Returns the ISO-8859-1 translation of $data.
SEE ALSO
utf8_encode(3) (contains an explanation of UTF-8 encoding). PHP Documentation Group UTF8_DECODE(3)
Related Man Pages
tcs(1) - plan9
iconv_646(5) - sunos
iconv_646(5) - opensolaris
iconv(3) - php
utf8_encode(3) - php
Similar Topics in the Unix Linux Community
windows to dos file name conversion x'ad'