This is the mail archive of the gcc-patches@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: [PATCH] Fix incompatible quote handling



On Oct 30, 2004, at 11:59 AM, Andi Kleen wrote:


There is not any reasoning in that mail why the incompatible quotes should
be better. I can see the point of translated quotes in other languages,
but using UTF-8 quotes in English is unnecessary and causes problems in
common setups (old xterm sshing into modern linux)
It also violates the reasonable assumption that a console application like
gcc should not make unnecessary requirements to the terminal.

How do you write quotes when you writing quotes by hand, I would assume not " but “ and ” so should the computer be any different?

Again if your LC_* is set to *utf-8 then what do you expect but get
UTF-8 characters.  This is not an additional requirement on the terminal
at all.  If LC* is set to *utf-8 you are saying that your terminal
supports UTF-8 and you want UTF-8 characters.

(Yes I am repeating my self but this is because you don't get setting
LC_* says what your terminal supports).

-- Pinski


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