Re: gcc build with multibyte support?
Re: gcc build with multibyte support?
- Subject: Re: gcc build with multibyte support?
- From: "Glenn L. Austin" <email@hidden>
- Date: Fri, 09 Apr 2004 23:18:04 -0700
on 4/9/04 5:13 PM, Zartaj Majeed at email@hidden wrote:
> Yes, backslash is an escape sequence but this is not
> a backslash; it's the second byte of a two-byte
> character. The two bytes should be processed as
> a unit if proper multibyte support were enabled.
> However in trying to explain the problem I think
> I made a mistake in using the hex escape sequence
> for the first byte. Replace the hex sequence with
> the actual byte value of 0x90 which is what a Japanese
> editor would insert. GCC still can't parse the character.
But to the compiler, it is still a backslash escape character -- the
compiler knows about how to build strings from hex codes and characters.
--
Glenn L. Austin <><
Computer Wizard and Race Car Driver
<email@hidden>
<http://www.austin-home.com/glenn/>
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.