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

Unicode Error #19

Open
killuavx opened this issue Mar 7, 2013 · 1 comment
Open

Unicode Error #19

killuavx opened this issue Mar 7, 2013 · 1 comment

Comments

@killuavx
Copy link

killuavx commented Mar 7, 2013

Error detected while processing function evervim#getNote:
line 9:
Traceback (most recent call last):
File "", line 1, in
File ".../evervim/autoload/../plugin/py/evervimmer.py", line 249, in getNote
lines = [self.__changeEncodeToBuffer(line) for line in self.editor.note2buffer(note)]
File ".../evervim/autoload/../plugin/py/evervim_editor.py", line 77, in note2buffer
content = markdownAndENML.parseENML(ennote).encode('utf-8')
File ".../evervim/autoload/../plugin/py/markdownAndENML.py", line 108, in parseENML
result += "".join([parseENML(child, level + 1, result, option) for child in node.childNodes])
File ".../evervim/autoload/../plugin/py/markdownAndENML.py", line 55, in parseENML
result += '{0}'.format(htmltext, htmlhref)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-3: ordinal not in range(128)

@kakkyz81
Copy link
Owner

kakkyz81 commented Mar 7, 2013

thanks for you report.
I want to fix unicode encode error.

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

No branches or pull requests

2 participants