mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-23 02:23:07 +02:00
VimwikiTask: Convert description to unicode
This commit is contained in:
parent
c0dd9d0621
commit
b5c8228921
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class VimwikiTask(object):
|
|||
})
|
||||
|
||||
# Save task related data into Task object directly
|
||||
self.task['description'] = match.group('text')
|
||||
self.task['description'] = match.group('text').decode('utf-8')
|
||||
self.task['priority'] = convert_priority_to_tw_format(
|
||||
len(match.group('priority') or [])) # This is either 0,1,2 or 3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue