
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>pgt &#187; utf8</title>
	<atom:link href="http://pgt.de/tag/utf8/feed/" rel="self" type="application/rss+xml" />
	<link>http://pgt.de</link>
	<description>t3chnology scouting GmbH</description>
	<lastBuildDate>Thu, 08 Dec 2011 11:07:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>GWT, eclipse, i18n, and UTF-8 properties</title>
		<link>http://pgt.de/2009/07/16/gwt-eclipse-i18n-and-utf-8-properties/</link>
		<comments>http://pgt.de/2009/07/16/gwt-eclipse-i18n-and-utf-8-properties/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 05:37:27 +0000</pubDate>
		<dc:creator>P.G.Taboada</dc:creator>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[gwt]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[utf8]]></category>

		<guid isPermaLink="false">http://pgt.de/?p=427</guid>
		<description><![CDATA[<p>GWT does a great job reading UTF-8 encoded property files:</p> <p>Both Constants and Messages use traditional Java properties files, with one notable difference: properties files used with GWT should be encoded as UTF-8 and may contain Unicode characters directly, avoiding the need for native2ascii.</p> <p>This is nice, but there is a tiny little problem [...]]]></description>
			<content:encoded><![CDATA[<p>GWT does a great job reading UTF-8 encoded property files:</p>
<blockquote><p>Both Constants and Messages use traditional Java properties files, with one notable difference: properties files used with GWT should be encoded as UTF-8 and may contain Unicode characters directly, avoiding the need for native2ascii.</p></blockquote>
<p>This is nice, but there is a tiny little problem when using eclipse: the default encoding for java property files is ISO-8859-1.</p>
<p>This setting can be changed in the eclipse preferences:</p>
<p><a href="http://pgt.de/wp-content/uploads/2009/07/Bild-13.png"><img class="size-medium wp-image-428 alignnone" title="Bild 1" src="http://pgt.de/wp-content/uploads/2009/07/Bild-13-300x270.png" alt="Bild 1" width="300" height="270" /></a></p>
<p>Or you can change the encoding of a single file with &#8220;EDIT -&gt; Set Encoding&#8221;&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://pgt.de/2009/07/16/gwt-eclipse-i18n-and-utf-8-properties/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

