I'm using Foursquare's API to retrieve some attraction names. The problem is, for certain cities (like Cairo, Moscow, Beijing) the English name of the attraction is appended to the name in the language of the country, so for example an attraction in Cairo will look like this:
Wekalet Al-Ghouri Arts Center | وكالة السلطان الغوري
For each attraction I use Flickr's API to find a photo where the name is used in the query. However, there are almost no results for the string above while just querying 'Wekalet Al-Ghouri Arts Centre' gives a lot of results. So my question is, is there a way of identifying and removing non-english characters from a string? Thanks for any help in advance :)