<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Encoding issues..."]]></title>
		<link>http://forum.geonames.org/gforum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "Encoding issues..."]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Encoding issues...</title>
				<description><![CDATA[ Hi all,

I am having a little trouble with umlauts - I make requests to the Geonames service for Dusseldorf and it seems to be returning the following with a strange A and 1/4 character instead of an umlaut... 

Example: <a href='http://img145.imageshack.us/img145/2269/encodingissue.jpg' target='_new' rel="nofollow">http://img145.imageshack.us/img145/2269/encodingissue.jpg</a>

Does anyone know why its not returning simply as an umlaut? What encoding is it current at?

I should note however, when I go directly to the link via Internet Explorer the characters do render correctly...

http://ws.geonames.org/search?q=dusseldorf&country=DE&maxRows=10&lang=en&style=full 

I am currently running a webservice that sits infront of the Geonames service and umlauts stored in my database are fine and return through the service as umlauts, whilst the Geonames service continues to send back these replacements...

Thanks
Stuart]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1439.page#6019</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1439.page#6019</link>
				<pubDate><![CDATA[Thu, 25 Jun 2009 16:44:06]]> GMT</pubDate>
				<author><![CDATA[ stuartdavenport]]></author>
			</item>
			<item>
				<title>Re:Encoding issues...</title>
				<description><![CDATA[ the webservice response is utf8 it can be changed with the parameter 'charset':

http://forum.geonames.org/gforum/posts/list/109.page

Regards

Marc]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1439.page#6021</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1439.page#6021</link>
				<pubDate><![CDATA[Fri, 26 Jun 2009 08:01:51]]> GMT</pubDate>
				<author><![CDATA[ marc]]></author>
			</item>
			<item>
				<title>Re:Encoding issues...</title>
				<description><![CDATA[ Thanks Marc, thats worked great and fixed my problem!

To confirm I added the following parameter to my request;

<blockquote>charset=ISO8859-1&nbsp;
		</blockquote>

Final requests looks like;

<blockquote>http://ws.geonames.org/search?q=dusseldorf&country=DE&maxRows=10&lang=en&style=full&charset=ISO8859-1&nbsp;
		</blockquote>]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1439.page#6023</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1439.page#6023</link>
				<pubDate><![CDATA[Fri, 26 Jun 2009 10:21:05]]> GMT</pubDate>
				<author><![CDATA[ stuartdavenport]]></author>
			</item>
	</channel>
</rss>