mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
1a0003d852
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. |
||
---|---|---|
.. | ||
_j | ||
autojump | ||
autojump_argparse.py | ||
autojump_data.py | ||
autojump_utils.py | ||
autojump.bash | ||
autojump.fish | ||
autojump.sh | ||
autojump.zsh | ||
icon.png |