Edgewall Software

Opened 11 years ago

Closed 10 years ago

#573 closed defect (invalid)

Python 2 text template UnicodeDecodeError

Reported by: sol.jerome@… Owned by: hodgestar
Priority: major Milestone: 0.8
Component: General Version:
Keywords: Cc: sol.jerome@…

Description

I am having an issue rendering unicode text templates with python 2 (but not with python 3. Details can be found at:

https://gist.github.com/solj/b5dd55f6453da0134b49

Change History (2)

comment:1 Changed 11 years ago by hodgestar

  • Owner changed from cmlenz to hodgestar

What if you change:

self.Probes = {'test': 'группы'}

to

self.Probes = {'test': u'группы'}

?

comment:2 Changed 10 years ago by hodgestar

  • Resolution set to invalid
  • Status changed from new to closed

I think this works with the change I suggested.

Note: See TracTickets for help on using tickets.