> > > All the letters in Eastern Europe, Asia, the Middle East, North Africa
<br />> > > and similar areas that don't use the english alphabet, are nonsense.
<br />> > > See http://d.imagehost.org/0402/OSM.png
<br />> > > Can someone please help me?
<br />
<br />> On second thoughts, there are several entries in the table which match
<br />> that and you might not get to see the right one. Either drop the 'limit
<br />> 1' or try:
<br />> 
<br />> gis=> select name from planet_osm_point where name like 'Tchad%' and place='country';
<br />>     name
<br />> ------------
<br />>  Tchad تشاد
<br />> You might also want to verify that your client connection also uses
<br />> UTF8:
<br />> 
<br />> gis=> show client_encoding;
<br />>  client_encoding
<br />> -----------------
<br />>  UTF8
<br />>     Jon
<br />
<br />I executed the "select name from planet_osm_point where name like 'Tchad%' and place='country';" query and the result look similar to what I was getting on my map.
<br />
<br />See result here: http://b.imagehost.org/0738/Chad.jpg
<br />
<br />I also executed the "show client_encoding;" query and the result I got back was UNICODE
<br />
<br />Could this be my issue?