RE: gcc build with multibyte support?
RE: gcc build with multibyte support?
- Subject: RE: gcc build with multibyte support?
- From: Zartaj Majeed <email@hidden>
- Date: Fri, 09 Apr 2004 17:13:23 -0700
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.
Zartaj
-----Original Message-----
From: email@hidden
[mailto:email@hidden] On Behalf Of Glenn L. Austin
Sent: Friday, April 09, 2004 4:21 PM
To: email@hidden
Subject: Re: gcc build with multibyte support?
on 4/9/04 4:07 PM, Zartaj Majeed at email@hidden wrote:
> #define SJIS_STRING "\x90\"
Try changing your "\x90\" to "\x90\\".
Remember, backslash is an escape sequence.
--
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.
_______________________________________________
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.