• 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
lowercaseString on Jaguar
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lowercaseString on Jaguar


  • Subject: lowercaseString on Jaguar
  • From: Michael Becker <email@hidden>
  • Date: Fri, 11 Jun 2004 12:41:09 +0200

Hi!

Is there anything wrong with [NSString lowercaseString] on 10.2.x? This code works flawlessly under Panther:

NSString* lpath = [ path lowercaseString];
if ( [ lpath hasSuffix:@".jpg"] || [ lpath hasSuffix:@".jpeg"] ) filenameIsJPEG = YES;

But not under Jaguar. I cannot test it myself, but people told me that "images with capital endings such as .JPG won't be recognized" by my application. But this works under Panther. I've read something about "incorrect mappings" in this method, which have been fixed. Does anybody know anything more precise?

Bye,
Michael
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: lowercaseString on Jaguar
      • From: Marcel Weiher <email@hidden>
    • Re: lowercaseString on Jaguar
      • From: Clark Cox <email@hidden>
  • Prev by Date: Re: Catching all keyDowns and mouseDowns in application
  • Next by Date: Re: Catching all keyDowns and mouseDowns in application
  • Previous by thread: Re: Catching all keyDowns and mouseDowns in application
  • Next by thread: Re: lowercaseString on Jaguar
  • Index(es):
    • Date
    • Thread