<?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>Alekkus » Empowering social media with Flash &#187; unicode</title>
	<atom:link href="http://alekkus.com/blog/tag/unicode/feed/" rel="self" type="application/rss+xml" />
	<link>http://alekkus.com/blog</link>
	<description>flex consultant + social media specialist</description>
	<lastBuildDate>Wed, 17 Mar 2010 07:54:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flex tutorial: Convert unicode (UTF16) to text, and vice verse</title>
		<link>http://alekkus.com/blog/2009/02/flex-tutorial-convert-unicodes-to-text-and-vice-verse/</link>
		<comments>http://alekkus.com/blog/2009/02/flex-tutorial-convert-unicodes-to-text-and-vice-verse/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 06:30:52 +0000</pubDate>
		<dc:creator>Alekkus</dc:creator>
				<category><![CDATA[Flex 3 (Moxie)]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[unicode]]></category>

		<guid isPermaLink="false">http://alekkus.com/blog/?p=206</guid>
		<description><![CDATA[In contrary to most mashup api services that uses UTF8, Twitter returns non-Latin characters encoded in UTF16. After googling, seems like many people have issues with converting UTF16 encoded characters to proper text and vice verse. There might be other better ways, but here&#8217;s what I have done. Feel free to comment.
A UTF converter that [...]]]></description>
			<content:encoded><![CDATA[<p>In contrary to most mashup api services that uses UTF8, Twitter returns non-Latin characters encoded in UTF16. After googling, seems like many people have issues with converting UTF16 encoded characters to proper text and vice verse. There might be other better ways, but here&#8217;s what I have done. Feel free to comment.</p>
<p>A UTF converter that I always used is <a href="http://macchiato.com/unicode/convert.html">this</a>.</p>
<p><strong>Demo:</strong><br />
<a href="http://alekkus.com/flex3/unicode_converter.html">Unicode Converter </a> (view source enabled)</p>
<p><strong>Source Codes</strong><br />
Right-click on application to view source.</p>
]]></content:encoded>
			<wfw:commentRss>http://alekkus.com/blog/2009/02/flex-tutorial-convert-unicodes-to-text-and-vice-verse/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
