Input for single, simple file-like objects.
There are no implemented interfaces.
close()
decode(data)
Decode a string, data, heuristically. Raise UnicodeError if unsuccessful.
The client application should call locale.setlocale at the beginning of processing:
locale.setlocale(locale.LC_ALL, '')
get_transforms()
Transforms required by this class. Override in subclasses.
read()
Read and decode a single file and return the data (Unicode string).
There are no known subclasses.