PHP » PYTHON |
login |
register |
about
|
PYTHON utf8_decode
is this article helpful?
|
Python replacement for PHP's utf8_decode
[
edit
| history
]
utf8_decode = lambda t: unicode(t).decode() utf8_decode(PHP 4, PHP 5) utf8_decode — Converts a string with ISO-8859-1 characters encoded with UTF-8 to single-byte ISO-8859-1 Description
string utf8_decode
( string $data
)
This function decodes data , assumed to be UTF-8 encoded, to ISO-8859-1. Parameters
Return ValuesReturns the ISO-8859-1 translation of data . |
more
Recently updated
more
Most requested
more
Last requests
|