mattbierner / vscode-emojisense

Emoji Autocomplete Plugin For VSCode
https://marketplace.visualstudio.com/items?itemName=bierner.emojisense
MIT License
119 stars 9 forks source link

UnicodeEncodeError #29

Closed FARAHNOR closed 4 years ago

FARAHNOR commented 4 years ago
Emojisense

Hi.

I have these extentions on my VSC : Python 3 and Code runner. I installed the emojisense extension but it's not working on my python file. I get this message when i try to print an emoji: "return codecs.charmap_encode(input,self.errors,encoding_table)[0] UnicodeEncodeError: 'charmap' codec can't encode character '\U0001f601' in position 0: character maps to "

I tried to set up language configuration as described on the guideline "Per Language Configuration". I tried both method's but none of them seems to apply.

I'm a beginner in programming so i'd appreciate it if you could give me an easy step-by-step way to setup this extension.

All the best, Farah.