• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: What happens to my German strings?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What happens to my German strings?


  • Subject: Re: What happens to my German strings?
  • From: Nick Zitzmann <email@hidden>
  • Date: Tue, 18 Apr 2006 10:52:57 -0600


On Apr 18, 2006, at 10:47 AM, desktoast music productions wrote:

NSAlert *deleteAlert = [NSAlert alertWithMessageText:@"Wollen Sie Ihre
Notizen wirklich löschen?"
defaultButton:@"Löschen" alternateButton:@"Abbrechen"
otherButton:nil
informativeTextWithFormat:@"Dieser Vorgang kann nicht rückgängig
gemacht werden!"];

NSString constants are limited to 7-bit characters and aren't guaranteed to work correctly if you try using non-ASCII characters in them. Try using NSLocalizedString() and friends instead to load the string from a strings file; strings in strings files can use non- ASCII characters.


Nick Zitzmann
<http://www.chronosnet.com/>


_______________________________________________ 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
References: 
 >What happens to my German strings? (From: desktoast music productions <email@hidden>)

  • Prev by Date: What happens to my German strings?
  • Next by Date: Re: What happens to my German strings?
  • Previous by thread: What happens to my German strings?
  • Next by thread: Re: What happens to my German strings?
  • Index(es):
    • Date
    • Thread