unicode in gcc 4.6.1 output

Paulo J. Matos pocmatos@gmail.com
Wed Jul 13 14:23:00 GMT 2011


Hi all,

As part of a testsuite script I am parsing GCC's output and I noticed 
that format specifier %qs quotes the string by surrounding it with 
unicode characters. I can't find where this %qs is defined so that I can 
try and override it to quote with '%s' or `%s'. Anything but unicode.

Any suggestions?

Cheers,

-- 
PMatos



More information about the Gcc mailing list