Esempio n. 1
0
 def transcode(self, qba):
     if os.name == 'nt':
         return to_text_string(CP850_CODEC.toUnicode(qba.data()))
     else:
         return ExternalShellBase.transcode(self, qba)
Esempio n. 2
0
 def transcode(self, qba):
     if os.name == 'nt':
         return to_text_string( CP850_CODEC.toUnicode(qba.data()) )
     else:
         return ExternalShellBase.transcode(self, qba)