<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A R U N &#187; Coldfusion error: Hebrew characters failed to display properly &#8211; UTF8</title>
	<atom:link href="http://a-r-u-n.com/b/index.php/tag/coldfusion-error-hebrew-characters-failed-to-display-properly-utf8/feed/" rel="self" type="application/rss+xml" />
	<link>http://a-r-u-n.com/b</link>
	<description>....God&#039;s own website....</description>
	<lastBuildDate>Thu, 09 Sep 2010 05:21:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Coldfusion error: Hebrew characters failed to display properly &#8211; UTF8</title>
		<link>http://a-r-u-n.com/b/index.php/2009/09/coldfusion-error-hebrew-characters-failed-to-display-properly-utf8/</link>
		<comments>http://a-r-u-n.com/b/index.php/2009/09/coldfusion-error-hebrew-characters-failed-to-display-properly-utf8/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 06:00:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coldfusion]]></category>
		<category><![CDATA[Coldfusion error: Hebrew characters failed to display properly - UTF8]]></category>

		<guid isPermaLink="false">http://a-r-u-n.com/b/?p=36</guid>
		<description><![CDATA[Problem description- Setup MySQL database and CF DSN but the Hebrew characters fail to display properly &#8211; UTF8. Temporary work around- Recreate the DSN and set the driver type from MySQL 3 to MySQL 4/5 Note: This solves only for characters already stored in the DB &#8211; if I update the text using coldfusion &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Problem description-</strong></p>
<p>Setup MySQL database and CF DSN but the Hebrew characters fail to display properly &#8211; UTF8.</p>
<p><strong>Temporary work around-</strong></p>
<p>Recreate the DSN and set the driver type from MySQL 3 to MySQL 4/5<br />
Note: This solves only for characters already stored in the DB &#8211; if I update the text using coldfusion &#8211; then ? Marks appear instead</p>
<p><strong>Permanent solution-</strong></p>
<p>Please include this code in your script-</p>
<p>&lt;cfscript&gt;<br />
setEncoding(&#8220;URL&#8221;, &#8220;UTF-8&#8243;);<br />
setEncoding(&#8220;Form&#8221;, &#8220;UTF-8&#8243;);<br />
&lt;/cfscript&gt;</p>
<p>At the top of form loading script.</p>
<p>In CFAdmin, under the connection string field specify these piece of entry-</p>
<p>useUnicode=true&amp;characterEncoding=UTF-8</p>
]]></content:encoded>
			<wfw:commentRss>http://a-r-u-n.com/b/index.php/2009/09/coldfusion-error-hebrew-characters-failed-to-display-properly-utf8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
