<?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: Internationalising JSPs</title>
	<atom:link href="http://www.isocra.com/2006/08/internationalising-jsps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isocra.com/2006/08/internationalising-jsps/</link>
	<description>Thoughts and tutorials on web design, Java, Javascript and project management</description>
	<lastBuildDate>Tue, 07 Sep 2010 21:15:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vera Stoyanova</title>
		<link>http://www.isocra.com/2006/08/internationalising-jsps/comment-page-1/#comment-830</link>
		<dc:creator>Vera Stoyanova</dc:creator>
		<pubDate>Sat, 13 Jun 2009 14:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.isocra.com/new/2006/08/internationalising-jsps/#comment-830</guid>
		<description>You can use the native2ascii tool: 

native2ascii -encoding UTF-8 yourUTF8PropertiesFile convertedFile</description>
		<content:encoded><![CDATA[<p>You can use the native2ascii tool: </p>
<p>native2ascii -encoding UTF-8 yourUTF8PropertiesFile convertedFile</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nestor</title>
		<link>http://www.isocra.com/2006/08/internationalising-jsps/comment-page-1/#comment-793</link>
		<dc:creator>Nestor</dc:creator>
		<pubDate>Fri, 24 Apr 2009 12:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.isocra.com/new/2006/08/internationalising-jsps/#comment-793</guid>
		<description>Thanks very much for the poost. Of all posts I crawled on the subject, that soultion worked. Although, I had to do in my SQL what you suggest for the parameters:

&quot;INSERT INTO registration (name, email)&quot;+ 	&quot;VALUES(_utf8&#039;&quot;+new String(request.getParameter(&quot;name&quot;).getBytes(&quot;ISO-8859-1&quot;), &quot;UTF-8&quot;)+&quot;&#039;, &#039;&quot;+request.getParameter(&quot;email&quot;)+&quot;&#039;)&quot;);</description>
		<content:encoded><![CDATA[<p>Thanks very much for the poost. Of all posts I crawled on the subject, that soultion worked. Although, I had to do in my SQL what you suggest for the parameters:</p>
<p>&#8220;INSERT INTO registration (name, email)&#8221;+ 	&#8220;VALUES(_utf8&#8242;&#8221;+new String(request.getParameter(&#8220;name&#8221;).getBytes(&#8220;ISO-8859-1&#8243;), &#8220;UTF-8&#8243;)+&#8221;&#8216;, &#8216;&#8221;+request.getParameter(&#8220;email&#8221;)+&#8221;&#8216;)&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seppo</title>
		<link>http://www.isocra.com/2006/08/internationalising-jsps/comment-page-1/#comment-4</link>
		<dc:creator>Seppo</dc:creator>
		<pubDate>Mon, 09 Apr 2007 19:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.isocra.com/new/2006/08/internationalising-jsps/#comment-4</guid>
		<description>That _utf8 prefix was new to me. I use the N&#039; prefix in front of strings.</description>
		<content:encoded><![CDATA[<p>That _utf8 prefix was new to me. I use the N&#8217; prefix in front of strings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: denish</title>
		<link>http://www.isocra.com/2006/08/internationalising-jsps/comment-page-1/#comment-1</link>
		<dc:creator>denish</dc:creator>
		<pubDate>Sun, 08 Oct 2006 10:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.isocra.com/new/2006/08/internationalising-jsps/#comment-1</guid>
		<description>We&#039;ve now added a web application to do this, see &lt;a href=&quot;/encoder/&quot; rel=&quot;nofollow&quot;&gt;www.isocra.com/encoder/&quot;&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>We&#8217;ve now added a web application to do this, see <a href="/encoder/" rel="nofollow"></a><a href="http://www.isocra.com/encoder/" rel="nofollow">http://www.isocra.com/encoder/</a>&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joop Kaashoek</title>
		<link>http://www.isocra.com/2006/08/internationalising-jsps/comment-page-1/#comment-3</link>
		<dc:creator>Joop Kaashoek</dc:creator>
		<pubDate>Fri, 08 Sep 2006 21:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.isocra.com/new/2006/08/internationalising-jsps/#comment-3</guid>
		<description>You can create/edit Java properties files in any language with the RBManager freeware tool from IBM. It creates ASCII properties files with non-Ascii unicode characters being represented as u\xxxx.</description>
		<content:encoded><![CDATA[<p>You can create/edit Java properties files in any language with the RBManager freeware tool from IBM. It creates ASCII properties files with non-Ascii unicode characters being represented as u\xxxx.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
