FROM : Guy English
DATE : Fri Nov 26 23:52:51 2004
> and remember that + (NSString) stringWithCString; and - (NSString)
> cString; are your friends.
Deprecated friends though they may be. :)
- (const char*)UTF8String may be a better choice. But you're still
going to have some problems with regex'ing against unicode.
DATE : Fri Nov 26 23:52:51 2004
> and remember that + (NSString) stringWithCString; and - (NSString)
> cString; are your friends.
Deprecated friends though they may be. :)
- (const char*)UTF8String may be a better choice. But you're still
going to have some problems with regex'ing against unicode.
| Related mails | Author | Date |
|---|---|---|
| Oliver Cameron | Nov 26, 12:19 | |
| Oliver Cameron | Nov 26, 19:44 | |
| Glenn Andreas | Nov 26, 23:00 | |
| Andrew Farmer | Nov 26, 23:07 | |
| Guy English | Nov 26, 23:52 | |
| mmalcolm crawford | Nov 26, 23:58 | |
| Matthew | Dec 10, 23:11 | |
| Chris Eplett | Dec 14, 13:47 |






Cocoa mail archive

