I noticed that a lot of the logic relies on single quotes (') would be nice if it accounted for unicode apostrophes (’) as well.
For example when using the Intl.DisplayNames API Ivory Coast comes out as côte d’ivoire which when running through this library capitalises as Côte D’ivoire where with a single quote it does Côte d'Ivoire. I was expecting both to come out the same.
Hi great library.
I noticed that a lot of the logic relies on single quotes (') would be nice if it accounted for unicode apostrophes (’) as well.
For example when using the
Intl.DisplayNames
API Ivory Coast comes out ascôte d’ivoire
which when running through this library capitalises asCôte D’ivoire
where with a single quote it doesCôte d'Ivoire
. I was expecting both to come out the same.