* Anton Gladky <[email protected]>, 2012-02-22, 23:36:
+         try:
+             formatter = self.get_formatter(**kwargs)
+             hlsource = highlight(source, lexer, formatter)
++            hlsource = unicode(hlsource)
+             if self.dest == 'html':
+                 return hlsource
+             else:

As far as I can see, this hunk alone is sufficient to fix the yade problems
(the first one is not necessary). Could you confirm?

--
Jakub Wilk



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to