Dave DeLong

Results 86 comments of Dave DeLong

I think this is a side-effect of #8; Right now `sfsymbols` has a hard time find fonts that _aren't_ the fallback font inside `SF Symbols.app`, and that font only has...

Is that also true in code? Like, does ICU get that right?

This seems to work for me (although I admit I have not pushed all of my changes yet). Can you provide an example of how this fails for you?

Hi @brwnx, I have [a unit test in place](https://github.com/davedelong/CHCSVParser/blob/2.1.0/Unit%20Tests/UnitTests.m#L85) to test for this, but it appears to be passing. Can you provide more information about how you're seeing this fail?

@skyvalleystudio both of those strings parse correctly with the latest release of the parser.

Thanks @skyvalleystudio, I'll start working on it. Is this CSV file something that I could check into the repository as part of the unit tests?

It's a file encoding problem. It's coming across the `Ü` in the file, which is encoded as `0x86`. However, `0x86` in UTF-8 is the beginning of a multi-byte character, but...

The assertion is definitely needed, since they could invoke the method with `'\r'` as the delimiter, for example.

The core data branch is unstable and shouldn't be used. The 2.0 API is currently in testing, and I'm trying to figure out if I want to put the time...