<?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: AJAX and Multibyte Character Support</title>
	<atom:link href="http://ajaxian.com/archives/ajax-and-multibyte-character-support/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/ajax-and-multibyte-character-support</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: cedsav</title>
		<link>http://ajaxian.com/archives/ajax-and-multibyte-character-support/comment-page-1#comment-3150</link>
		<dc:creator>cedsav</dc:creator>
		<pubDate>Wed, 08 Feb 2006 00:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-and-multibyte-character-support#comment-3150</guid>
		<description>Hakan.. I believe escape is deprecated in the ECMA3 spec. The recommended method is encodeURIComponent(), which encodes in UTF-8.
(supported since Netscape 6/IE 5.5)</description>
		<content:encoded><![CDATA[<p>Hakan.. I believe escape is deprecated in the ECMA3 spec. The recommended method is encodeURIComponent(), which encodes in UTF-8.<br />
(supported since Netscape 6/IE 5.5)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hakan Bilgin</title>
		<link>http://ajaxian.com/archives/ajax-and-multibyte-character-support/comment-page-1#comment-3145</link>
		<dc:creator>Hakan Bilgin</dc:creator>
		<pubDate>Tue, 07 Feb 2006 21:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-and-multibyte-character-support#comment-3145</guid>
		<description>Dominic,
May I ask why escape isn&#039;t an acceptable solution. I have been using this soltution a while and it even solves problems concering characters in languages such as russian and greek (non-western character set).

Best regards,
hbi</description>
		<content:encoded><![CDATA[<p>Dominic,<br />
May I ask why escape isn&#8217;t an acceptable solution. I have been using this soltution a while and it even solves problems concering characters in languages such as russian and greek (non-western character set).</p>
<p>Best regards,<br />
hbi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominic Mitchell</title>
		<link>http://ajaxian.com/archives/ajax-and-multibyte-character-support/comment-page-1#comment-3141</link>
		<dc:creator>Dominic Mitchell</dc:creator>
		<pubDate>Tue, 07 Feb 2006 18:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-and-multibyte-character-support#comment-3141</guid>
		<description>Remember, escape() and friends aren&#039;t the solution.  The solution is to know your data and output it in the correct encoding.  The correct encoding being UTF-8, unless you have &lt;em&gt;very&lt;/em&gt; good reasons otherwise.</description>
		<content:encoded><![CDATA[<p>Remember, escape() and friends aren&#8217;t the solution.  The solution is to know your data and output it in the correct encoding.  The correct encoding being UTF-8, unless you have <em>very</em> good reasons otherwise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Csson</title>
		<link>http://ajaxian.com/archives/ajax-and-multibyte-character-support/comment-page-1#comment-3120</link>
		<dc:creator>Csson</dc:creator>
		<pubDate>Tue, 07 Feb 2006 10:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-and-multibyte-character-support#comment-3120</guid>
		<description>In perl the easiest is of course:
---
&lt;code&gt;use HTML::Entities;
# and later...
print encode_entities($output);&lt;/code&gt;
---
and $output is html encoded.</description>
		<content:encoded><![CDATA[<p>In perl the easiest is of course:<br />
&#8212;<br />
<code>use HTML::Entities;<br />
# and later...<br />
print encode_entities($output);</code><br />
&#8212;<br />
and $output is html encoded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beenhero</title>
		<link>http://ajaxian.com/archives/ajax-and-multibyte-character-support/comment-page-1#comment-3119</link>
		<dc:creator>beenhero</dc:creator>
		<pubDate>Tue, 07 Feb 2006 09:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-and-multibyte-character-support#comment-3119</guid>
		<description>sorry ;-)
they are escape() and unescape()</description>
		<content:encoded><![CDATA[<p>sorry ;-)<br />
they are escape() and unescape()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beenhero</title>
		<link>http://ajaxian.com/archives/ajax-and-multibyte-character-support/comment-page-1#comment-3118</link>
		<dc:creator>beenhero</dc:creator>
		<pubDate>Tue, 07 Feb 2006 09:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-and-multibyte-character-support#comment-3118</guid>
		<description>javascript&#039;s ecape() and unecape() may help it out</description>
		<content:encoded><![CDATA[<p>javascript&#8217;s ecape() and unecape() may help it out</p>
]]></content:encoded>
	</item>
</channel>
</rss>

