Temp workaround for an ascii UnicodeEncodeError into console
This commit is contained in:
		@@ -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 )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user