discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unicode support on GNUstep


From: Dirk Theisen
Subject: Re: Unicode support on GNUstep
Date: Thu, 27 Mar 2003 21:50:40 +0100 (Europe/Berlin)
User-agent: Ginko/0.2.0-alpha-K (See <http://www.objectpark.org>)

Hello everybody!

as far as I know is @"<string>" only valid for plain ASCII Strings
and not for Umlauts.

This is correct. Usually, only 7 bit chars are safe to use in constant strings build from source code.

The only bullet-proof way I found somethiong like this:

[[[NSString alloc] initWithUTF8String: "H\303\266schler"] autorelease]

...where 303 266 are the ocal codes for the unicode encoding of "ö" (dec 246).

Gruß :-)
   Dirk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]