<?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/"
		>
<channel>
	<title>Comments on: Using German Umlauts / Umlaute in JSF/JSF2</title>
	<atom:link href="http://dominikdorn.com/2010/02/using-german-umlauts-umlaute-in-jsf-jsf2/feed/" rel="self" type="application/rss+xml" />
	<link>http://dominikdorn.com/2010/02/using-german-umlauts-umlaute-in-jsf-jsf2/</link>
	<description>shit happens ;)</description>
	<lastBuildDate>Sat, 16 Jul 2011 19:09:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Oleg</title>
		<link>http://dominikdorn.com/2010/02/using-german-umlauts-umlaute-in-jsf-jsf2/comment-page-1/#comment-766</link>
		<dc:creator>Oleg</dc:creator>
		<pubDate>Thu, 05 Aug 2010 07:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://dominikdorn.com/?p=198#comment-766</guid>
		<description>Hello Dominic,

Hmm... It was necessary in Struts application. I don&#039;t write Unicode code in resource bundles for my JSF 2 applications. I write directly ä, ö, etc. It works great. You should have  in your XHTML pages. Nothing more. Is there really a reason to encode the umlauts?

Best regards.
Oleg.</description>
		<content:encoded><![CDATA[<p>Hello Dominic,</p>
<p>Hmm&#8230; It was necessary in Struts application. I don&#8217;t write Unicode code in resource bundles for my JSF 2 applications. I write directly ä, ö, etc. It works great. You should have  in your XHTML pages. Nothing more. Is there really a reason to encode the umlauts?</p>
<p>Best regards.<br />
Oleg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stijn de Witt</title>
		<link>http://dominikdorn.com/2010/02/using-german-umlauts-umlaute-in-jsf-jsf2/comment-page-1/#comment-232</link>
		<dc:creator>Stijn de Witt</dc:creator>
		<pubDate>Tue, 18 May 2010 19:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://dominikdorn.com/?p=198#comment-232</guid>
		<description>Mmmm... I don&#039;t know what to think of this... We store our resources in database-based resource bundles so it has been a long time ago I last tried it with files... but... It would seem *very* strange to me that Sun would demand resource bundles, of all files, specifically meant for internationalization, to be ASCII... Then again Sun has done some strange things in the past.. it&#039;s not impossible!  :)

I think you should check your bundle files in a text editor that has some nice character encoding features (I suggest Open Source Notepad++) and I think you will see that they are actually stored as ASCII... Try to save them as Unicode/UTF-8 and I bet you can use unicode characters in them directly, without having to escape them.</description>
		<content:encoded><![CDATA[<p>Mmmm&#8230; I don&#8217;t know what to think of this&#8230; We store our resources in database-based resource bundles so it has been a long time ago I last tried it with files&#8230; but&#8230; It would seem *very* strange to me that Sun would demand resource bundles, of all files, specifically meant for internationalization, to be ASCII&#8230; Then again Sun has done some strange things in the past.. it&#8217;s not impossible!  <img src='http://dominikdorn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I think you should check your bundle files in a text editor that has some nice character encoding features (I suggest Open Source Notepad++) and I think you will see that they are actually stored as ASCII&#8230; Try to save them as Unicode/UTF-8 and I bet you can use unicode characters in them directly, without having to escape them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shing</title>
		<link>http://dominikdorn.com/2010/02/using-german-umlauts-umlaute-in-jsf-jsf2/comment-page-1/#comment-75</link>
		<dc:creator>Shing</dc:creator>
		<pubDate>Thu, 25 Feb 2010 06:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://dominikdorn.com/?p=198#comment-75</guid>
		<description>Another way to do that is to type the resource bundle in unicode, and then use native2ascii utility in jdk to convert to /uXXXX when building your project.  There is a maven2 plugin: native2ascii-maven-plugin</description>
		<content:encoded><![CDATA[<p>Another way to do that is to type the resource bundle in unicode, and then use native2ascii utility in jdk to convert to /uXXXX when building your project.  There is a maven2 plugin: native2ascii-maven-plugin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://dominikdorn.com/2010/02/using-german-umlauts-umlaute-in-jsf-jsf2/comment-page-1/#comment-71</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 16 Feb 2010 07:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://dominikdorn.com/?p=198#comment-71</guid>
		<description>wouldn&#039;t it be easier to use unicode directly. It seems as if you were trying to use unicode escape sequences in a non unicode file. I heard that there are some problems with unicode under windows, but imho thats the way to go. 

just my €0.02</description>
		<content:encoded><![CDATA[<p>wouldn&#8217;t it be easier to use unicode directly. It seems as if you were trying to use unicode escape sequences in a non unicode file. I heard that there are some problems with unicode under windows, but imho thats the way to go. </p>
<p>just my €0.02</p>
]]></content:encoded>
	</item>
</channel>
</rss>

