Summary:
Replace apostrophe by html entity or similar character in the country names listed in the countries array
Detailed Description:
Just a small detail :
It would be great to use html entities instead of apostrophes in the country
names listed in the countries array (generated in each module where you use the
countries select field).
I've noticed that it can sometimes cause small issues when you need to
manipulate the array directly. Nothing that can't be easily fixed in php anyway,
but I guess that best option would not to have apostrophes at all int here.