When I query with FQL it list cities different than original names .
FB.Data.query(select current_location from user where uid={0}, response.id);
For example
------------------------------
fql returns | Original name
----------------------------
Urfa Şanlıurfa
-----------------------------
Istanbul İstanbul
İs there any way to list all cities for a Country (Turkey)? A lookup table will be fine too.