This might be a simple question, but I want to make sure.
I want some comments in my .c files to use symbols not supported in the default encoding. If I save the file as UTF-8 for instance, and I only use symbols in comments, is there any way this can affect the compiler in any way?
Need to be sure of this.