Re: [swift-corelibs-dev] Calendar identifiers

2016-10-04 Thread Philippe Hausler via swift-corelibs-dev
The definition should be; NSString * const kCFCalendarIdentifierISO8601 = @"iso8601”; It was likely empty since it was probably un-implemented. > On Oct 4, 2016, at 8:34 AM, Pushkar N Kulkarni via swift-corelibs-dev > wrote: > > Hi Alex, > > Thanks for your response. > > This failure does

Re: [swift-corelibs-dev] Calendar identifiers

2016-10-04 Thread Pushkar N Kulkarni via swift-corelibs-dev
Hi Alex, Thanks for your response. This failure doesn't happen with ISO8601 alone. There are half a dozen identifiers that aren't supported. Having said that, I added these identifiers to that if-statement and the calendar initialization did happen:.indian, .islamicTabular, .islamicUmmAlQura, .iso8

Re: [swift-corelibs-dev] Calendar identifiers

2016-10-04 Thread Alex Blewitt via swift-corelibs-dev
> On 4 Oct 2016, at 10:29, Pushkar N Kulkarni via swift-corelibs-dev > wrote: > > Hi there, > > I've hit an obstacle while working on a crash seen in initing a Calendar > (https://bugs.swift.org/browse/SR-2551) > > > For the Calendar initialiser "in

[swift-corelibs-dev] Calendar identifiers

2016-10-04 Thread Pushkar N Kulkarni via swift-corelibs-dev
Hi there, I've hit an obstacle while working on a crash seen in initing a Calendar (https://bugs.swift.org/browse/SR-2551)For the Calendar initialiser "init(identifier: Calendar.Identifier)", the possible values of Calendar.Identifier are listed here. However, we eventually end up calling "_CFCalen