Brief question. I'm programming with Linux, so all my code files are in UTF-8. I'm aware of the problems with porting those files to windows and compile there; I have to encode them to windows-1252, and set the consoleCP to 1252.
Now, my teacher is reviewing my code with MAC. I think now MAC uses UTF-8 as well, isn't it? I just want to make sure. Will the MAC console work fine with it, or should I be worried, like with Windows?