Return the current encoding. This is either the originally specified encoding, or a derived one obtained by inspecting the file content for a bom. The latter is performed as part of the read() method.
See Implementation
Return the current encoding. This is either the originally specified encoding, or a derived one obtained by inspecting the file content for a bom. The latter is performed as part of the read() method.