<?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: JavaScript file encoding</title>
	<atom:link href="http://joconner.com/2008/09/javascript-file-encoding/feed/" rel="self" type="application/rss+xml" />
	<link>http://joconner.com/2008/09/javascript-file-encoding/</link>
	<description>Creating global software</description>
	<lastBuildDate>Wed, 09 May 2012 06:56:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: eli</title>
		<link>http://joconner.com/2008/09/javascript-file-encoding/comment-page-1/#comment-792</link>
		<dc:creator>eli</dc:creator>
		<pubDate>Thu, 19 Apr 2012 06:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://joconner.com/?p=19#comment-792</guid>
		<description>very very helpfull. i had some buttons text in english on js sample script, and i changed them to hebrew (windows-1255) letters - and got Gibberish. then i added the encoding to js tag and all got fixed.</description>
		<content:encoded><![CDATA[<p>very very helpfull. i had some buttons text in english on js sample script, and i changed them to hebrew (windows-1255) letters &#8211; and got Gibberish. then i added the encoding to js tag and all got fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anand</title>
		<link>http://joconner.com/2008/09/javascript-file-encoding/comment-page-1/#comment-791</link>
		<dc:creator>Anand</dc:creator>
		<pubDate>Mon, 16 Apr 2012 10:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://joconner.com/?p=19#comment-791</guid>
		<description>excellent...thnks</description>
		<content:encoded><![CDATA[<p>excellent&#8230;thnks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hikingmike</title>
		<link>http://joconner.com/2008/09/javascript-file-encoding/comment-page-1/#comment-774</link>
		<dc:creator>hikingmike</dc:creator>
		<pubDate>Thu, 08 Mar 2012 14:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://joconner.com/?p=19#comment-774</guid>
		<description>This is good info. I had fixed most of my problems with keeping consistent use of the UTF-8 character set throughout my code. However I still had a problem on AJAX submissions which is why I suspected the javascript code and found this article. I had every bit of my code set to UTF-8 and it still converted non-standard characters like smartquotes and ellipsis and en/em dash to junk. It wasn&#039;t the JS though. I finally found I had to set my web server software (Tomcat for me since I&#039;m using Java) to UTF-8 as well. This site was helpful to me - http://www.jvmhost.com/articles/tomcat-java-mysql-jdbc-and-unicode . As you see there, I added it to my Connector directive. That article showed a way to do it independent of the server, but it involved a clunky conversion like - name = new String(request.getParameter(&quot;name&quot;).getBytes(&quot;ISO-8859-1&quot;), &quot;UTF-8&quot;); - and that seemed ridiculous to me, especially after I already set the request object to use UTF-8 encoding from the beginning.</description>
		<content:encoded><![CDATA[<p>This is good info. I had fixed most of my problems with keeping consistent use of the UTF-8 character set throughout my code. However I still had a problem on AJAX submissions which is why I suspected the javascript code and found this article. I had every bit of my code set to UTF-8 and it still converted non-standard characters like smartquotes and ellipsis and en/em dash to junk. It wasn&#8217;t the JS though. I finally found I had to set my web server software (Tomcat for me since I&#8217;m using Java) to UTF-8 as well. This site was helpful to me &#8211; <a href="http://www.jvmhost.com/articles/tomcat-java-mysql-jdbc-and-unicode" rel="nofollow">http://www.jvmhost.com/articles/tomcat-java-mysql-jdbc-and-unicode</a> . As you see there, I added it to my Connector directive. That article showed a way to do it independent of the server, but it involved a clunky conversion like &#8211; name = new String(request.getParameter(&#8220;name&#8221;).getBytes(&#8220;ISO-8859-1&#8243;), &#8220;UTF-8&#8243;); &#8211; and that seemed ridiculous to me, especially after I already set the request object to use UTF-8 encoding from the beginning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raphael Kallensee (rkallensee) 's status on Tuesday, 17-Nov-09 20:33:33 UTC - Identi.ca</title>
		<link>http://joconner.com/2008/09/javascript-file-encoding/comment-page-1/#comment-197</link>
		<dc:creator>Raphael Kallensee (rkallensee) 's status on Tuesday, 17-Nov-09 20:33:33 UTC - Identi.ca</dc:creator>
		<pubDate>Tue, 17 Nov 2009 20:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://joconner.com/?p=19#comment-197</guid>
		<description>[...]  http://joconner.com/2008/09/javascript-file-encoding/        a few seconds ago  from  Gwibber [...]</description>
		<content:encoded><![CDATA[<p>[...]  <a href="http://joconner.com/2008/09/javascript-file-encoding/" rel="nofollow">http://joconner.com/2008/09/javascript-file-encoding/</a>        a few seconds ago  from  Gwibber [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre</title>
		<link>http://joconner.com/2008/09/javascript-file-encoding/comment-page-1/#comment-173</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Fri, 31 Jul 2009 18:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://joconner.com/?p=19#comment-173</guid>
		<description>Man, you save my life! Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Man, you save my life! Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rastael</title>
		<link>http://joconner.com/2008/09/javascript-file-encoding/comment-page-1/#comment-152</link>
		<dc:creator>Rastael</dc:creator>
		<pubDate>Fri, 22 May 2009 07:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://joconner.com/?p=19#comment-152</guid>
		<description>Thank a lot. Solve my problem. Nice explanation.</description>
		<content:encoded><![CDATA[<p>Thank a lot. Solve my problem. Nice explanation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jairo Molina</title>
		<link>http://joconner.com/2008/09/javascript-file-encoding/comment-page-1/#comment-123</link>
		<dc:creator>Jairo Molina</dc:creator>
		<pubDate>Wed, 08 Apr 2009 18:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://joconner.com/?p=19#comment-123</guid>
		<description>Very helpful!Tks.</description>
		<content:encoded><![CDATA[<p>Very helpful!Tks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexwebmaster</title>
		<link>http://joconner.com/2008/09/javascript-file-encoding/comment-page-1/#comment-106</link>
		<dc:creator>Alexwebmaster</dc:creator>
		<pubDate>Tue, 03 Mar 2009 10:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://joconner.com/?p=19#comment-106</guid>
		<description>Hello webmaster 
I would like to share with you a link to your site 
write me here preonrelt@mail.ru</description>
		<content:encoded><![CDATA[<p>Hello webmaster<br />
I would like to share with you a link to your site<br />
write me here <a href="mailto:preonrelt@mail.ru">preonrelt@mail.ru</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milos</title>
		<link>http://joconner.com/2008/09/javascript-file-encoding/comment-page-1/#comment-103</link>
		<dc:creator>Milos</dc:creator>
		<pubDate>Mon, 16 Feb 2009 16:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://joconner.com/?p=19#comment-103</guid>
		<description>thanks a lot!</description>
		<content:encoded><![CDATA[<p>thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mozz</title>
		<link>http://joconner.com/2008/09/javascript-file-encoding/comment-page-1/#comment-2</link>
		<dc:creator>mozz</dc:creator>
		<pubDate>Tue, 09 Sep 2008 07:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://joconner.com/?p=19#comment-2</guid>
		<description>Useful info,
thanks!</description>
		<content:encoded><![CDATA[<p>Useful info,<br />
thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

