Visual Studio Code – vs code encoding conflict between Output and matplotlib for french accents
when I prefix my .py file using utf-8 or Latin-1 I always get bad charcacters in OUTPUT or in matplotlib figure text. In: `# -*- coding: utf-8 -*-` print('à') Out: � matplotlib text with utf-8 encoding right display > In:…