pilat / vscode-importmagic

MIT License
36 stars 7 forks source link

Importmagic returns an error related with non-ascii characters #13

Open jonsnowseven opened 5 years ago

jonsnowseven commented 5 years ago

Hello.

I am experiencing a problem regarding this (very useful, I must say) extension.

Importmagic: 'ascii' codec can't decode byte 0xc3 in position 12835: ordinal not in range(128)

This seems related with the word ìterator (notice the i with a prime) which I had in a comment of a function. If I replace the word for iterator (without the prime). then everything works.