Module shellutils :: Class EncodingContext
[hide private]

Class EncodingContext

source code

Instance Methods [hide private]
 
__init__(self, bytesArray, language, framework) source code
 
addOutputHandler(self, handler) source code
 
getDecodedString(self, outputMatcher)
Select such charset that decoded content using it will match using matcher and return decoded content
source code
 
decodeString(self, charsetObject)
Decode string with specified charset
source code