summaryrefslogtreecommitdiff
path: root/client/changes/bug_return-always-unicode
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-01-27 14:49:59 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-01-27 14:53:12 -0300
commit27a70fbbde42166c268c60e624ed11eac7788b55 (patch)
treead136bedcddee9035009d0f917eeffc3e5a64261 /client/changes/bug_return-always-unicode
parent06da0dbb60d6766694ad853047ed268edd62d114 (diff)
Always return unicode, even on UnicodeError.
Diffstat (limited to 'client/changes/bug_return-always-unicode')
-rw-r--r--client/changes/bug_return-always-unicode1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/changes/bug_return-always-unicode b/client/changes/bug_return-always-unicode
new file mode 100644
index 00000000..f4ee51ed
--- /dev/null
+++ b/client/changes/bug_return-always-unicode
@@ -0,0 +1 @@
+ o Always return unicode in helper method, even on UnicodeError. Related to #4998.