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] | |
On Sat, Oct 30, 2004 at 10:09:29AM -0400, Andrew Pinski wrote:
On Oct 30, 2004, at 10:07 AM, Andi Kleen wrote:
On Sat, Oct 30, 2004 at 09:48:53AM -0400, Andrew Pinski wrote:
Yes the problem is that his terminal does not support UTF8 and his LC_* are set to UTF8, a non bug.
Huh? While that's possible why does gcc need UTF-8 to print standard C
identifiers?
It is printing quotes, not the identifier itself.
Quotes? You mean >>"<< ? That is 7 bit ASCII too.
There are also UTF quotes >>“”<< which are now printed when quoting. Again if your LC_* says that you are using UTF-8 and really your terminal does not support it, then what you do expect.
Thanks, Andrew Pinski
PS If this message comes messed up that is because there are UTF-8 characters in it.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |