jaxbot / github-issues.vim

Github issue lookup in Vim
http://jaxbot.me/articles/github-issues-vim-plugin-5-7-2014
Other
405 stars 28 forks source link

UnicodeEncodeError when labels have unicode characters #131

Closed wireframe closed 9 years ago

wireframe commented 9 years ago

The github-issues plugin raises this error every time a git commit message is entered.

UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-3: ordinal not in range(128)

I believe this is due to my project having unicode characters in the label name. ex: ★★★★ - X-TRA LARGE

jaxbot commented 9 years ago

Oh dear. Yep, looks like I didn't bake that in. Looking into it now.

jaxbot commented 9 years ago

Any luck with the latest commit?

wireframe commented 9 years ago

yep, that fixed it!

Thanks!