diff options
author | Tomás Touceda <chiiph@leap.se> | 2014-01-27 15:56:57 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-01-27 15:56:57 -0300 |
commit | 5387c482921037a99e029fdd97f2c6a0d15d1093 (patch) | |
tree | ed209d240146a690a2ca1c289f1704e053c86d0a /client/changes | |
parent | f3d5cb68cc4cd15b6bfbd0f91b6d7036054381f6 (diff) | |
parent | 27a70fbbde42166c268c60e624ed11eac7788b55 (diff) |
Merge remote-tracking branch 'refs/remotes/ivan/bug/always-return-unicode' into develop
Diffstat (limited to 'client/changes')
-rw-r--r-- | client/changes/bug_return-always-unicode | 1 |
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. |