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]

Re: UTF-8 in gas


> I don't know UTF-8, but since the patch appears to require that all
> character values in a UTF-8 string be above 127, I think it might as
> well accept any characters above 127.

That's fine with me. UTF-8 indeed requires all characters above
127. The first byte (which will be 11xx xxxx) indicates how bytes
follow; the following bytes will all be 10xx xxxx.

Thanks for your quick response.

Martin


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