I'm not sure if this should be under bug of feature but seeing as how I can't read what I'm trying to debug I'm posting this here.
I'm using multilingual characters in my project and I can't confirm what is coming out of the debugger because it only prints to ASCII. This is the same in the variable viewer so I can't see the values inside my structures.
The IDE is ascii only. To debug unicode programs, simply use the standalone debugger (can be choosen in the preferences).
It will display unicode characters correctly.