This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: unicode in gcc 4.6.1 output


On 13 July 2011 15:18, Paulo J. Matos wrote:
> 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?

set LANG=C in your environment when running gcc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]