Re: What happens to my German strings?
Re: What happens to my German strings?
- Subject: Re: What happens to my German strings?
- From: Mike Blaguszewski <email@hidden>
- Date: Tue, 18 Apr 2006 13:01:37 -0400
On Apr 18, 2006, at 12:47 PM, desktoast music productions wrote:
I copied that piece of code into WDVDrawerController.h (a category on
WDVMainWindowController). The running AlertPanel here shows up with
strange
symbols. (The former continues to appear like it should).
How can that be?
The two files probably have different file encodings. Check the
Format->File Encoding menu in Xcode. Note that using non-ASCII text
in an NSString is not guaranteed to do anything sensible. To be on
the safe side, you should use +[NSString stringWithUTF8String:] and
set the file encoding to UTF-8. Or just localize the app.
--
Mike Blaguszewski / Cocoa Hacker / Ambrosia Software, Inc.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden