This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: lame feature request: option to disable multiline C++ comments
John Belmonte wrote:-
> How will this work? There are endless "standards" for multibyte encoding and trying to do
> auto-detection is a black art. Web browsers try to do that and often get it wrong. In the end
> a "content type" header including encoding format is required from the HTTP server.
See http://gcc.gnu.org/projects/cpplib.html
for some of the issues. We've not yet decided how to specify
charsets; I doubt we will attempt auto-detection. #pragma or a
command line option or an env variable or all three is more likely I
would think. Possibly magic comments, but I don't like the
implications there.
taihen desu ne :-)
Neil.