Temp workaround for an ascii UnicodeEncodeError into console

This commit is contained in:
Jérôme Rapinat 2015-07-27 10:15:48 +02:00
parent f8380e1b0c
commit 25a9f17d66

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 )