I am building a Rails application which needs the list of countries,cities.City should at least contain 100,000 peoples. I have found the data from Wikipedia.But I need a clarification city names contains some special letters.
Durrës - ë
Vicente López - ó
São Paulo - ã
I have googled and found these are accented syllable.
My question is
Can I directly insert these values into the database?
Can I search the database without any problem?
Thank you.