1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 14:00:46 +00:00
wting_autojump/bin
William Ting 1a0003d852 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-07 11:44:44 -06:00
..
_j fix zsh tab completion function 2013-12-31 09:54:50 -06:00
autojump Fix encoding issues. 2014-01-07 11:44:44 -06:00
autojump_argparse.py Add Python 2.6 support back. 2014-01-07 09:56:30 -06:00
autojump_data.py Fix encoding issues. 2014-01-07 11:44:44 -06:00
autojump_utils.py Fix encoding issues. 2014-01-07 11:44:44 -06:00
autojump.bash Add paths in background, sync comments between shell wrappers 2013-12-31 09:49:20 -06:00
autojump.fish fix minor fish shell commands 2013-12-31 11:07:28 -06:00
autojump.sh modify autojump.sh for custom installs 2013-12-30 15:37:18 -06:00
autojump.zsh Add paths in background, sync comments between shell wrappers 2013-12-31 09:49:20 -06:00
icon.png restructure files, working make doc and make release 2012-04-17 13:09:39 -10:00