Opened 7 years ago
Closed 7 years ago
#5533 closed enhancement (fixed)
Support Unicode characters in configuration values
Reported by: | simenheg | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | programming | Keywords: | |
Cc: | simenheg@… | Parent Tickets: |
Description
Prior to this patch, using a Unicode character in a configuration string would result in a UnicodeDecodeError
being raised. Supporting Unicode characters is especially useful in user-facing configuration strings, such as html_title
.
Tested with Python 2 and 3.
Attachments (1)
Change History (2)
by , 7 years ago
Attachment: | issue_5533.patch added |
---|
comment:1 by , 7 years ago
Owner: | removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |