You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: