Temp workaround for an ascii UnicodeEncodeError into console

This commit is contained in:
Jérôme Rapinat 2015-07-27 10:14:26 +02:00
parent 792715f210
commit 173b630b2d

View File

@ -294,7 +294,7 @@ class Msgid:
( self.nr, self.lineno, self.is_fuzzy and " (fuzzy)" or "" ))
sys.stdout.write( ''.join( self._msgid ) )
sys.stdout.write( ''.join( self._msgidp ) )
sys.stdout.write( ''.join( self._msgstr ) )
#sys.stdout.write( ''.join( self._msgstr ) )
def add_msgid( self, line, lineno ):
self._msgid.append( line )