Special Caracters
I have been digging around but I haven't found a solution to my problem.
In Clion there are two ways to show the output in C:
- Through running the program
- Through the terminal
My problem is I can't represent special characters when I run the program:
This is suposed to be "Solución"
I have the UTF-8 option marked:
Do anyone know how to fix this?
Pd: When I print in the terminal it shows right.
Please sign in to leave a comment.
Hello!
Please go to
File | Settings | Advanced Setting
-Run/Debug
and uncheck theEmulate terminal in the output console
option. Does it help?