Re: Xcode-users Digest, Vol 7, Issue 153
Re: Xcode-users Digest, Vol 7, Issue 153
- Subject: Re: Xcode-users Digest, Vol 7, Issue 153
- From: "Paul Sanders" <email@hidden>
- Date: Tue, 13 Apr 2010 22:44:02 +0100
> Annoyingly, though, there is no language support for
C-string literals of types other than char or wchar_t.
Yes, that would be a big help. The WINE guys do it
like this:
typedef short UTF16;
UTF16 mystring [] = { 'a', 'b', 'c',
0 };
But that is tedious and you still can't code a string
literal in line.
Paul Sanders.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden