UnicodeFile.encoding

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.

class UnicodeFile(T)
encoding
()

Meta