FROM : Adam R. Maxwell
DATE : Sun Jun 18 06:59:51 2006
On Jun 17, 2006, at 21:14, David Dunham wrote:
> Back before CFString/NSString, the Mac toolbox gave a way to search
> text ignoring diacriticals. I don't see a way to do this for text,
> short of using SearchKit or Core Data, which seems like overkill
> for searching a number of short strings that make up a document.
> kCFCompareNonliteral doesn't do it (at least according to the docs).
See <http://www.cocoabuilder.com/archive/message/cocoa/
2006/4/1/160010>; the method Aki describes has been successful for me.
--
Adam
DATE : Sun Jun 18 06:59:51 2006
On Jun 17, 2006, at 21:14, David Dunham wrote:
> Back before CFString/NSString, the Mac toolbox gave a way to search
> text ignoring diacriticals. I don't see a way to do this for text,
> short of using SearchKit or Core Data, which seems like overkill
> for searching a number of short strings that make up a document.
> kCFCompareNonliteral doesn't do it (at least according to the docs).
See <http://www.cocoabuilder.com/archive/message/cocoa/
2006/4/1/160010>; the method Aki describes has been successful for me.
--
Adam
| Related mails | Author | Date |
|---|---|---|
| David Dunham | Jun 18, 06:14 | |
| Adam R. Maxwell | Jun 18, 06:59 |






Cocoa mail archive

