1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00
Files
wting_autojump/tests
William Ting 35bc63c66e Fix encoding issues.
The original implementation used str.encode() on input and str.decode() on
output. However this would cause UnicodeDecodeError since certain characters
can't be encoded / decoded in ASCII.

The new solution is to use unicode() on all input strings and output UTF-8
encoded strings. This makes the assumption that the shell can handle UTF-8
strings.
2014-01-08 11:05:25 -06:00
..
2013-12-31 16:33:32 -06:00
2013-12-31 16:33:32 -06:00
2013-12-31 16:33:32 -06:00
2013-12-31 16:33:32 -06:00
2014-01-08 11:05:25 -06:00
2013-12-31 16:33:32 -06:00
2013-12-31 16:33:32 -06:00