<?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: Actionscript &#8211; Loading Acute and UTF-8 Characters from XML into Dynamic Text with Flash</title>
	<atom:link href="http://www.jonnyreeves.co.uk/2008/06/actionscript-acute-utf-8-data-xml-flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonnyreeves.co.uk/2008/06/actionscript-acute-utf-8-data-xml-flash/</link>
	<description>Actionscript, Flash, PHP and stuff</description>
	<lastBuildDate>Sun, 04 Jul 2010 15:32:43 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bobin</title>
		<link>http://www.jonnyreeves.co.uk/2008/06/actionscript-acute-utf-8-data-xml-flash/comment-page-1/#comment-8374</link>
		<dc:creator>Bobin</dc:creator>
		<pubDate>Tue, 23 Mar 2010 07:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=54#comment-8374</guid>
		<description>Hey,

You Rock..  You just saved my day. Wonderful..  bookmarked your site</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>You Rock..  You just saved my day. Wonderful..  bookmarked your site</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elias</title>
		<link>http://www.jonnyreeves.co.uk/2008/06/actionscript-acute-utf-8-data-xml-flash/comment-page-1/#comment-7047</link>
		<dc:creator>Elias</dc:creator>
		<pubDate>Thu, 05 Nov 2009 23:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=54#comment-7047</guid>
		<description>Hi there!

Thanks for the solution, I just bought a template from the Flahoo site and couldn&#039;t translate to spanish (we use a lot of special characters: á é í ó ú ñ, etc...) In this particular case, I saved the XML with an UTF-8 enconding, and also added the System.useCodepage = true; to the very first line of the main SWF file, despite the XML being parsed by external actionscript file.</description>
		<content:encoded><![CDATA[<p>Hi there!</p>
<p>Thanks for the solution, I just bought a template from the Flahoo site and couldn&#8217;t translate to spanish (we use a lot of special characters: á é í ó ú ñ, etc&#8230;) In this particular case, I saved the XML with an UTF-8 enconding, and also added the System.useCodepage = true; to the very first line of the main SWF file, despite the XML being parsed by external actionscript file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Filipe Cunha</title>
		<link>http://www.jonnyreeves.co.uk/2008/06/actionscript-acute-utf-8-data-xml-flash/comment-page-1/#comment-2313</link>
		<dc:creator>Filipe Cunha</dc:creator>
		<pubDate>Thu, 05 Feb 2009 13:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=54#comment-2313</guid>
		<description>Setting the useCodepage to true can lead to some other problems. Since flash will be using the user&#039;s codepage, he will still see everything fine, but any and all forms he needs to fill or any other data that Flash Player needs to send anywhere else other than Flash Player itself, will be encoded with the user&#039;s codepage.

So, for example, if u got a contact form on you flash, it&#039;ll be sent with the user&#039;s encoding, and therefore, can be truncated to you. (Just think of a japanese guy trying to send you an e-mail through it.)</description>
		<content:encoded><![CDATA[<p>Setting the useCodepage to true can lead to some other problems. Since flash will be using the user&#8217;s codepage, he will still see everything fine, but any and all forms he needs to fill or any other data that Flash Player needs to send anywhere else other than Flash Player itself, will be encoded with the user&#8217;s codepage.</p>
<p>So, for example, if u got a contact form on you flash, it&#8217;ll be sent with the user&#8217;s encoding, and therefore, can be truncated to you. (Just think of a japanese guy trying to send you an e-mail through it.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
