Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encode history files with same encoding as original #49

Open
semsphy opened this issue Jul 1, 2014 · 0 comments
Open

Encode history files with same encoding as original #49

semsphy opened this issue Jul 1, 2014 · 0 comments
Labels

Comments

@semsphy
Copy link

semsphy commented Jul 1, 2014

My file encoding is ISO-8859-15, when I was trying to compare the file I got this error below:

Traceback (most recent call last):
  File "/media/DataCenter/Apps/sublime_text_3_64/sublime_plugin.py", line 358, in on_query_completions
    res = callback.on_query_completions(v, prefix, locations)
  File "ctagsplugin in /media/DataCenter/Dropbox/sublime-text-3/Installed Packages/CTags.sublime-package", line 954, in on_query_completions
  File "./codecs.py", line 301, in decode
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 815: invalid continuation byte
@jrappen jrappen changed the title Encoding problem Encode history files with same encoding as original Sep 6, 2016
@jrappen jrappen added the bug label Sep 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants