I am trying to print ∆
to console. I tried printf("\u0394");
but got the following error:
../Src/main.c(322): warning: #3488-D: Unicode character with hex value 394 not representable in the system default code page.
Am I missing an #include
or #pragma
require to use Unicode with uVision v5?
What is the system default code page?