Is there a way to print Unicode symbols(Arial font) to the console? Because I always get '?' instead. Also, when I set a 2D character array to have a unicode symbol in it, it seems to take up 2 chunks of the array instead of just one. Say I have the array 'Test'
The compiler tells me that I have to many characters on that line? So I have to take out a space, which makes it look pretty ugly. Any explanation for this?