<?xml version="1.0" encoding="iso-8859-1"?>

<rdf:RDF 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns="http://purl.org/rss/1.0/"
>
		
	<channel rdf:about="http://www.dougboude.com/blog">
	<title>Doug Boude (rhymes with &apos;loud&apos;)</title>
	<description>Powered by BlogCFM</description>
	<link>http://www.dougboude.com/blog</link>
	
	<items>
		<rdf:Seq>
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2009/01/Special-CharacterUnicode-Issue-in-Ajax-Data-Retrieval.cfm" />
			
		</rdf:Seq>
	</items>
	
	</channel>
		
  	<item rdf:about="http://www.dougboude.com/blog/1/2009/01/Special-CharacterUnicode-Issue-in-Ajax-Data-Retrieval.cfm">
	<title>Special Character/Unicode Issue in Ajax Data Retrieval</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;My most recent project has caused me to have to be &amp;quot;unicode aware&amp;quot; at times (something I&apos;ve never had to do before), and so I am learning a lot about encoding and display of special characters as I go along. My latest challenge related to this topic involved a User Manager section I created, wherein the users could very well have names that contain special characters (foreign names). This particular section performs it</description>
	<link>http://www.dougboude.com/blog/1/2009/01/Special-CharacterUnicode-Issue-in-Ajax-Data-Retrieval.cfm</link>
	<dc:date>2009-01-22T22:54:35-05:00</dc:date>
	
	<dc:subject>i18n,SQL,javascript,Coldbox,goog,JSON</dc:subject>
	</item>
	</rdf:RDF> 