I don't know how to output the Euro symbol in a C99 Project, I am using CLion to develop the project and I'm using MinGW as Toolchain (I don't know if that matters).
I already searched a lot and I can't find any answer to my problem, hope someone can help me.
I already tried to do this
printf("€");
printf("\u20AC");
The output is Ôé¼
, but I'm expecting €
.