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]

Re: thoughts on martin's proposed patch for GCC and UTF-8


> Please note that jc1 already defines object files to use UTF-8.

I wouldn't put it that strongly.  The Java language allows
non-Ascii Unicode characters in identifiers.  These have to be
mangled in some standard way.  Using UTF-8 seems like the cleanest
way, but that may require use of gas and also requires an 8-bit
clean ld.

I would prefer to mangle Unicode characters using UTF-8, as that
is the cleanest solution, but there are alternative mangling schemes
which have the advantage of working with older assemblers.  I don't
have a good handle on how important that is.

	--Per Bothner
Cygnus Solutions     bothner@cygnus.com     http://www.cygnus.com/~bothner


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