We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23ad59 commit 79c645cCopy full SHA for 79c645c
roundup/cgi/templating.py
@@ -2213,8 +2213,7 @@ def _post_init(self):
2213
# dispname should be encoded to the web interface's charset,
2214
# but the web interface rendering will be expecting a unicode
2215
# string
2216
- charset = self.client.charset
2217
- self.dispname = value.decode('utf8')
+ self.dispname = value.decode(self.client.charset)
2218
2219
def updateFromURL(self, url):
2220
''' Parse the URL for query args, and update my attributes using the
0 commit comments