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.
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.