The along with your response th UnicodeGuidelines link was very helpful. Adding to_unicode to traccc.py corrected the problem.
+from trac.util.text import to_unicode -req.hdf['cc.html_result'] = Markup(style.saveResultToString(result)) +req.hdf['cc.html_result'] = Markup(to_unicode(style.saveResultToString(result))) Thanks, --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users -~----------~----~----~----~------~----~------~--~---
