lowercaseString on Jaguar
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.