phatcher / Meerkat.NameParser

Parses personal names into their constituent parts
MIT License
4 stars 1 forks source link

Support non ascii letters #3

Open roycornelissen opened 3 years ago

roycornelissen commented 3 years ago

This package was doing mostly what I needed, except that it was having trouble with some of the Norwegian names we have in our systems. This PR adds support for non-ASCII letters like æ, ø, å.

I also updated Nuget references.