<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Musings on software globalization</title>
	<atom:link href="http://globalizer.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://globalizer.wordpress.com</link>
	<description>A blog about localization and internationalization of software</description>
	<lastBuildDate>Tue, 06 Oct 2009 19:20:57 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Now I know what I&#8217;ve been working on these past months! by globalizer</title>
		<link>http://globalizer.wordpress.com/2009/09/12/now-i-know-what-ive-been-working-on-these-past-months/#comment-1786</link>
		<dc:creator>globalizer</dc:creator>
		<pubDate>Tue, 06 Oct 2009 19:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://globalizer.wordpress.com/?p=293#comment-1786</guid>
		<description>Hi Kasper,
I don&#039;t know of any plans to market them in Denmark, but I am also not privy to marketing information, so that does not necessarily tell you much. Orange UK just made the DEXT available in the UK, that&#039;s the closest I can get right now! 
I would love to see them on the market in Denmark also.</description>
		<content:encoded><![CDATA[<p>Hi Kasper,<br />
I don&#8217;t know of any plans to market them in Denmark, but I am also not privy to marketing information, so that does not necessarily tell you much. Orange UK just made the DEXT available in the UK, that&#8217;s the closest I can get right now!<br />
I would love to see them on the market in Denmark also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Now I know what I&#8217;ve been working on these past months! by Kasper Gaardhøje</title>
		<link>http://globalizer.wordpress.com/2009/09/12/now-i-know-what-ive-been-working-on-these-past-months/#comment-1785</link>
		<dc:creator>Kasper Gaardhøje</dc:creator>
		<pubDate>Tue, 06 Oct 2009 13:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://globalizer.wordpress.com/?p=293#comment-1785</guid>
		<description>Hi Elisabeth. I was wondering If you know, if the DEXT/CLIQ handset will be available to the danish public. And when it will be introduced to the marked. I am very interested in getting hold of one. Best regards</description>
		<content:encoded><![CDATA[<p>Hi Elisabeth. I was wondering If you know, if the DEXT/CLIQ handset will be available to the danish public. And when it will be introduced to the marked. I am very interested in getting hold of one. Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dutch, Danish, same difference by Dutchgirl</title>
		<link>http://globalizer.wordpress.com/2007/02/16/dutch-danish-same-difference/#comment-1784</link>
		<dc:creator>Dutchgirl</dc:creator>
		<pubDate>Fri, 02 Oct 2009 22:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://globalizer.wordpress.com/2007/02/16/dutch-danish-same-difference/#comment-1784</guid>
		<description>I am Dutch, and have been living in California for the past 2 years. Someone told me about this little &quot;Dutch&quot; town called Salving. I looked it up and the only website taht got the whole story right is the visitors website for Salving. Before reading that website, all the websites I came across used Dutch and Danish interchangeably..very confusing!Guess it is really a Danish town though, not Dutch...although some say they do have windmills and sell clogs, which is typically Dutch but not positive that they actually do, since I have not been there myself.  I have come across many people thinking Denmark was was just another name for Holland(yes I do use Holland most of the time instead of Netherlands, but do know the difference and I am actually from Zuid-Holland so I think I should be allowed:P) but after trying to figure out whether this town was Dutch or Danish, it really showed me how many people get it totally wrong. I personally think it&#039;s ignorance but that&#039;s just my opinion;)</description>
		<content:encoded><![CDATA[<p>I am Dutch, and have been living in California for the past 2 years. Someone told me about this little &#8220;Dutch&#8221; town called Salving. I looked it up and the only website taht got the whole story right is the visitors website for Salving. Before reading that website, all the websites I came across used Dutch and Danish interchangeably..very confusing!Guess it is really a Danish town though, not Dutch&#8230;although some say they do have windmills and sell clogs, which is typically Dutch but not positive that they actually do, since I have not been there myself.  I have come across many people thinking Denmark was was just another name for Holland(yes I do use Holland most of the time instead of Netherlands, but do know the difference and I am actually from Zuid-Holland so I think I should be allowed:P) but after trying to figure out whether this town was Dutch or Danish, it really showed me how many people get it totally wrong. I personally think it&#8217;s ignorance but that&#8217;s just my opinion;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Can we agree that all those ISO8859_1 hacks are just that &#8211; hacks by warrior</title>
		<link>http://globalizer.wordpress.com/2007/09/26/can-we-agree-that-all-those-iso8859_1-hacks-are-just-that-hacks/#comment-1777</link>
		<dc:creator>warrior</dc:creator>
		<pubDate>Thu, 09 Jul 2009 18:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://globalizer.wordpress.com/2007/09/26/can-we-agree-that-all-those-iso8859_1-hacks-are-just-that-hacks/#comment-1777</guid>
		<description>Hi Elsebeth Flarup,

I think you have written very good article.
I was very much clear that all the characters are a codepoints in computer and that codepoint must always be accompanied with the encoding type. Like, suppose a codepoint D8 but if we donot know the encoding in which the sender has sent it, we will not be able to get exactly what it should be from the senders point of view.

So, whenever I have a byte array I must know its encoding correctly beforehand, to have correct unicode string in java.

Then suddenly I started seeing the code like you mentioned new String(String.getBytes(&quot;ISO_8859-1&quot;),&quot;UTF8&quot;); And this started me to confuse as I was not finding the answer why this works.

Somebody told me that getBytes(&quot;ISO_8859-1&quot;) cuts string into each byte, and byte value is the code point. So each cuts string into code points of each byte so this becomes successful.

But I think your explanation sounds more logical.

Do reply me, I wanted to be with you to make this mystery more clearer to mass of java people.</description>
		<content:encoded><![CDATA[<p>Hi Elsebeth Flarup,</p>
<p>I think you have written very good article.<br />
I was very much clear that all the characters are a codepoints in computer and that codepoint must always be accompanied with the encoding type. Like, suppose a codepoint D8 but if we donot know the encoding in which the sender has sent it, we will not be able to get exactly what it should be from the senders point of view.</p>
<p>So, whenever I have a byte array I must know its encoding correctly beforehand, to have correct unicode string in java.</p>
<p>Then suddenly I started seeing the code like you mentioned new String(String.getBytes(&#8220;ISO_8859-1&#8243;),&#8221;UTF8&#8243;); And this started me to confuse as I was not finding the answer why this works.</p>
<p>Somebody told me that getBytes(&#8220;ISO_8859-1&#8243;) cuts string into each byte, and byte value is the code point. So each cuts string into code points of each byte so this becomes successful.</p>
<p>But I think your explanation sounds more logical.</p>
<p>Do reply me, I wanted to be with you to make this mystery more clearer to mass of java people.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dutch, Danish, same difference by Legal Alien &#187; Blog Archive &#187; Clueless about Geography</title>
		<link>http://globalizer.wordpress.com/2007/02/16/dutch-danish-same-difference/#comment-1773</link>
		<dc:creator>Legal Alien &#187; Blog Archive &#187; Clueless about Geography</dc:creator>
		<pubDate>Mon, 01 Jun 2009 00:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://globalizer.wordpress.com/2007/02/16/dutch-danish-same-difference/#comment-1773</guid>
		<description>[...] I have found that I&#8217;m not the first one to comment on this issue, one of my compatriots has her own blog entry about it here. [...]</description>
		<content:encoded><![CDATA[<p>[...] I have found that I&#8217;m not the first one to comment on this issue, one of my compatriots has her own blog entry about it here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dutch, Danish, same difference by I&#039;m Not Belgish</title>
		<link>http://globalizer.wordpress.com/2007/02/16/dutch-danish-same-difference/#comment-1772</link>
		<dc:creator>I&#039;m Not Belgish</dc:creator>
		<pubDate>Tue, 26 May 2009 18:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://globalizer.wordpress.com/2007/02/16/dutch-danish-same-difference/#comment-1772</guid>
		<description>Reminds me of a story with similar confusion: In the USA, I used to work with a couple of guys from Belgium. Mentioned this to a friend who asked, &quot;Oh, do they speak Belgish?&quot;</description>
		<content:encoded><![CDATA[<p>Reminds me of a story with similar confusion: In the USA, I used to work with a couple of guys from Belgium. Mentioned this to a friend who asked, &#8220;Oh, do they speak Belgish?&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on That&#8217;s energy efficiency we can believe in&#8230; by eratiania</title>
		<link>http://globalizer.wordpress.com/2008/12/15/thats-energy-efficiency-we-can-believe-in/#comment-1771</link>
		<dc:creator>eratiania</dc:creator>
		<pubDate>Wed, 20 May 2009 18:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://globalizer.wordpress.com/?p=195#comment-1771</guid>
		<description>Fantastic writing=D i will definitely come back soon=)</description>
		<content:encoded><![CDATA[<p>Fantastic writing=D i will definitely come back soon=)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dutch, Danish, same difference by Ikbenhet</title>
		<link>http://globalizer.wordpress.com/2007/02/16/dutch-danish-same-difference/#comment-1751</link>
		<dc:creator>Ikbenhet</dc:creator>
		<pubDate>Thu, 05 Mar 2009 17:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://globalizer.wordpress.com/2007/02/16/dutch-danish-same-difference/#comment-1751</guid>
		<description>What&#039;s wrong with calling the inhabitants of the United States of AMERICA Americans? I mean what do you want to be called? United States of Americans? Come on.. and the misunderstanding between Holland and the Netherlands came to be in the 16th century. The Netherlands wasn&#039;t a country, just some small states working together a bit. England and France decided later they should be one country. Holland (later divided into Noord-Holland and Zuid-Holland) was the richest small state and that&#039;s why people call the Netherlands Holland sometimes. I prefer the Netherlands but I don&#039;t think it&#039;s incorrect to say Holland.</description>
		<content:encoded><![CDATA[<p>What&#8217;s wrong with calling the inhabitants of the United States of AMERICA Americans? I mean what do you want to be called? United States of Americans? Come on.. and the misunderstanding between Holland and the Netherlands came to be in the 16th century. The Netherlands wasn&#8217;t a country, just some small states working together a bit. England and France decided later they should be one country. Holland (later divided into Noord-Holland and Zuid-Holland) was the richest small state and that&#8217;s why people call the Netherlands Holland sometimes. I prefer the Netherlands but I don&#8217;t think it&#8217;s incorrect to say Holland.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Property resource bundle encoding by Ivošek</title>
		<link>http://globalizer.wordpress.com/2007/02/08/property-resource-bundle-encoding/#comment-1745</link>
		<dc:creator>Ivošek</dc:creator>
		<pubDate>Sun, 01 Feb 2009 16:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://globalizer.wordpress.com/2007/02/08/property-resource-bundle-encoding/#comment-1745</guid>
		<description>You can also use http://itpro.cz/juniconv/ for converting Unicode to ASCII and vice versa.</description>
		<content:encoded><![CDATA[<p>You can also use <a href="http://itpro.cz/juniconv/" rel="nofollow">http://itpro.cz/juniconv/</a> for converting Unicode to ASCII and vice versa.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dutch, Danish, same difference by globalizer</title>
		<link>http://globalizer.wordpress.com/2007/02/16/dutch-danish-same-difference/#comment-1744</link>
		<dc:creator>globalizer</dc:creator>
		<pubDate>Thu, 22 Jan 2009 22:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://globalizer.wordpress.com/2007/02/16/dutch-danish-same-difference/#comment-1744</guid>
		<description>Oh, so we can blame it all on the Dutch for messing up the connection between their language and their country :-)

Dutch is definitely related to Diets/Dietsch, yes: http://en.wikipedia.org/wiki/Dietsch

And looking at the bright side from the Danish point of view: there are worse countries/people to get confused with than the Dutch :-)</description>
		<content:encoded><![CDATA[<p>Oh, so we can blame it all on the Dutch for messing up the connection between their language and their country <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Dutch is definitely related to Diets/Dietsch, yes: <a href="http://en.wikipedia.org/wiki/Dietsch" rel="nofollow">http://en.wikipedia.org/wiki/Dietsch</a></p>
<p>And looking at the bright side from the Danish point of view: there are worse countries/people to get confused with than the Dutch <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
