diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-10-23 10:39:28 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-10-23 10:55:32 -0300 |
commit | b7011658fc6e36f439cd156ce6e519868a410d55 (patch) | |
tree | 5b34baf0aaaf8324a196bbe2867abb9ca264498f /changes | |
parent | dc0bcbf2dc96f45ac1e85936549d46234706fe26 (diff) |
Return unicode in order to solve encoding issues.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug-4000_suport-non-ascii | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-4000_suport-non-ascii b/changes/bug-4000_suport-non-ascii new file mode 100644 index 00000000..cb1b78f1 --- /dev/null +++ b/changes/bug-4000_suport-non-ascii @@ -0,0 +1 @@ + o Return unicode decrypted text to avoid encoding issues. Related to #4000. |