[bitc-dev] bug in character decode routines
Sam Mason
sam at samason.me.uk
Wed May 17 16:56:45 EDT 2006
On Wed, May 17, 2006 at 10:33:08AM -0400, Jonathan S. Shapiro wrote:
> However, in strings we are encoding the UTF-8 code points into the
> character constant directly, and this requires that we emit octal
> escapes inside string literals.
Sorry for the confusion, I'm aware that the escapes are octal and not
decimal. I was trying to draw attention to the fact that character
codes were written out as escapes and when these got high enough it
would cause the C compiler would bomb out (the code looks as though
it'll do the right thing now).
I really need to be more explicit when I explain things!
Sam
More information about the bitc-dev
mailing list