Visual Studio Code – my vscode doesn't output non ASCII characters like the ° and ₱ symbols
i am coding in C. i have code runner and c extension. #include <stdio.h> int main() { printf("500 ₱n"); return 0; } this will output in the terminal: 500 Γé▒ I checked and these are my fonts in vscode text…