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)
Error detected while processing function evervim#getNote: line 9:", 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')
Traceback (most recent call last): File "
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)