Re: [swift-corelibs-dev] CFStringTokenizer

2017-06-22 Thread Andy Best via swift-corelibs-dev
Great, I'll do it that way then, thanks :) On 22 June 2017 at 17:45, Philippe Hausler wrote: > That particular implementation is not part of the open source side of CF, > so a re-implementation in Swift/C would be the way to go here. > > > On Jun 22, 2017, at 9:44 AM, Andy Best via swift-corelib

Re: [swift-corelibs-dev] CFStringTokenizer

2017-06-22 Thread Philippe Hausler via swift-corelibs-dev
That particular implementation is not part of the open source side of CF, so a re-implementation in Swift/C would be the way to go here. > On Jun 22, 2017, at 9:44 AM, Andy Best via swift-corelibs-dev > wrote: > > Hey, > > I'm looking at implementing the final missing NSString method ( > enu

[swift-corelibs-dev] CFStringTokenizer

2017-06-22 Thread Andy Best via swift-corelibs-dev
Hey, I'm looking at implementing the final missing NSString method ( enumerateSubstrings(in:using:) ), and I noticed that there is no implementation of CFStringTokenizer in the provided CoreFoundation. Is this meant to be the case? If so, I'll go ahead and implement it in pure Swift Andy _