--- a/ThirdParty/Pygments/pygments/formatters/other.py Fri Jan 01 16:11:36 2010 +0000 +++ b/ThirdParty/Pygments/pygments/formatters/other.py Sat Jan 02 15:11:35 2010 +0000 @@ -103,7 +103,7 @@ flush = outfile.flush lasttype = None - lastval = u'' + lastval = '' if self.error_color: for ttype, value in tokensource: line = "%s\t%r\n" % (ttype, value)