Quick Question: encoding in MAC

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?

thank's!
Last edited on
It turns out that Linux to OS X is fine. Converting to Windows-1252 is also fine as long as the character can be represented as Unicode-16/UCS-2.
Last edited on
Great! thank's ;)
Topic archived. No new replies allowed.