<?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: JS Grr&#8230;..</title>
	<atom:link href="http://www.geiodo.com/2009/science/js-grr/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geiodo.com/2009/science/js-grr/</link>
	<description>The Great Mischief Exchange</description>
	<lastBuildDate>Wed, 16 Jun 2010 16:15:13 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.geiodo.com/2009/science/js-grr/comment-page-1/#comment-60669</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 12 Apr 2009 23:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.geiodo.com/2009/science/js-grr/#comment-60669</guid>
		<description>LOL! looks like L4 needs some work:

before translation: Your Text Goes Here
Translation: /jg&#039;//fg//ia//gi/-/hg&#039;//b/ce///jc//hg/-/ce&#039;//fg//b/ce///hc/-/ci&#039;//b/ce///gi//b/ce//
after retranslation to english: Your T/bg/xt Go/bg/s H/bg/r/bg/

I found one of the problems....

text = text.Replace(&quot;a&quot;, &quot;/a/&quot;);
text = text.Replace(&quot;b&quot;, &quot;/e/&quot;);
text = text.Replace(&quot;c&quot;, &quot;/i/&quot;);
text = text.Replace(&quot;d&quot;, &quot;/bc/&quot;);
text = text.Replace(&quot;e&quot;, &quot;/bg/&quot;);

if you look closely, b turns into /e/, and then /e/ gets turned into //bg//, then who knows what //bg// gets turned into... Perhaps reversing the order in which all the characters are replaced will help. For now I am just going to lock down that function.</description>
		<content:encoded><![CDATA[<p>LOL! looks like L4 needs some work:</p>
<p>before translation: Your Text Goes Here<br />
Translation: /jg&#8217;//fg//ia//gi/-/hg&#8217;//b/ce///jc//hg/-/ce&#8217;//fg//b/ce///hc/-/ci&#8217;//b/ce///gi//b/ce//<br />
after retranslation to english: Your T/bg/xt Go/bg/s H/bg/r/bg/</p>
<p>I found one of the problems&#8230;.</p>
<p>text = text.Replace(&#8221;a&#8221;, &#8220;/a/&#8221;);<br />
text = text.Replace(&#8221;b&#8221;, &#8220;/e/&#8221;);<br />
text = text.Replace(&#8221;c&#8221;, &#8220;/i/&#8221;);<br />
text = text.Replace(&#8221;d&#8221;, &#8220;/bc/&#8221;);<br />
text = text.Replace(&#8221;e&#8221;, &#8220;/bg/&#8221;);</p>
<p>if you look closely, b turns into /e/, and then /e/ gets turned into //bg//, then who knows what //bg// gets turned into&#8230; Perhaps reversing the order in which all the characters are replaced will help. For now I am just going to lock down that function.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
