+2 votes
in Class 11 by kratos

Describe the decode (encoding=’UTF8′, errors=’ strict’ )

1 Answer

+2 votes
by kratos
 
Best answer

The method decode( ) decodes the string using the codec registered for encoding.

...