Re: SQLite and Unicode
Re: SQLite and Unicode
- Subject: Re: SQLite and Unicode
- From: Kirk Kerekes <email@hidden>
- Date: Tue, 7 Apr 2009 15:30:37 -0500
To break your text into sentences, I suggest swiping
componentsSeparatedByCharacterRunFromSet:
from:
<http://thotzy.com/THOTZY/ComponentsSeparatedByCharacterRunFromSet:.html
>
-- and create a character set of your sentence-splitting characters to
prime it with.
If you need to preserve the terminating character for some reason, you
will need to modify the code a bit, or create your own custom method
using it as a guide to NSScanner.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden