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

trying some other encodes #272

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

arthurbailao
Copy link

Compiling a latex code with iso-8859-1 encoding and got the following error:

Unable to auto detect encoding, using fallback encoding Western (Windows 1252)
Traceback (most recent call last):
  File "/opt/sublime_text_3/sublime_plugin.py", line 524, in run_
    return self.run(**args)
  File "/home/arthurbailao/.config/sublime-text-3/Packages/LaTeXTools/makePDF.py", line 202, in run
    self.file_name = getTeXRoot.get_tex_root(view)
  File "/home/arthurbailao/.config/sublime-text-3/Packages/LaTeXTools/getTeXRoot.py", line 52, in get_tex_root
    for line in lines:
  File "X/codecs.py", line 692, in __next__
  File "X/codecs.py", line 623, in __next__
  File "X/codecs.py", line 536, in readline
  File "X/codecs.py", line 482, in read
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe7 in position 47: invalid continuation byte

@ig0774 ig0774 force-pushed the master branch 3 times, most recently from 3041ae1 to 9a86aef Compare July 10, 2016 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant