Alexey
Joined: 19/08/2007 20:31:10
Messages: 24
Offline
|
Hello,
I need some help with languages.
I wonder how to import geonames dump into MySQL, so alternames table could have correct information. I've done as it described in FAQ, my table is UTF-8, but I can see difference in geonames service result and my MySQL database query (geonameid 2998286):
Geonames webservice (correct):
87000,87100,87280,Augustoritum,Limages,Limoges,Limogo,Limog·es,Limotges,Limoĝo,Limòtges,Llemotges,Λιμόζ,Лимож,לימוז',لیموژ,लिमोज,リモージュ,里蒙
My MySQL query (not correct):
87000,87100,87280,Augustoritum,Limages,Limoges,Limogo,Limog·es,Limotges,LimoÄo,Limòtges,Llemotges,Λιμόζ,Лимож,לימוז',لیموژ,लिमोज,リモージュ,里蒙
Another question is how can I extract name of the city in some specific language? For example, I need name of geonameid 2998286 in Russian. How MySQL query will look like?
|