Remove unicode characters from name string#2
Conversation
|
Interesting. Given where these are in the names of organizations, I'm guessing these are Windows curly quotes that got incorrectly translated to Unicode? (If so, what does this end up looking like for those two organizations after the change?) |
|
I'm not sure it's curly quotes because when I look up those unicode characters ( When rendered in a list, they look like this: This PR will convert that list to: At first you'd of thought they were |
|
Man, so weird. In that case what you're doing definitely seems like the right solution. I'll get this merged and released. Thank you! |
|
1.0.0 is now released with this patch. Thanks again! |

The ntee categories json dataset has Unicode characters that aren't appropriate. This PR removes any Unicode characters from the name string.
You can see the dataset issues in these two examples, but there are plenty of others:
https://github.com/gively/ntee/blob/master/lib/ntee_categories.json#L1798
https://github.com/gively/ntee/blob/master/lib/ntee_categories.json#L1882