Am 07.06.2008 um 20:29 schrieb Andy Lee:
NSLog( @"Current input source '%s'", [ name UTF8String ] );
Urrk. bad. You can't expect %s to be UTF8. Instead, do: NSLog(@"Current input source '%@'", name ); Cheers, -- Uli Kusterer "The Witnesses of TeachText are everywhere..." http://www.zathras.de _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]