<?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>HattaraTecLog &#187; SWF</title>
	<atom:link href="http://teclog.hattara.info/?feed=rss2&#038;tag=swf" rel="self" type="application/rss+xml" />
	<link>http://teclog.hattara.info</link>
	<description>LinuxネタとかPHPネタとかの技術ログ</description>
	<lastBuildDate>Tue, 18 Nov 2014 12:15:20 +0000</lastBuildDate>
	<language>ja</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8</generator>
	<item>
		<title>ActionScriptの罠</title>
		<link>http://teclog.hattara.info/?p=53</link>
		<comments>http://teclog.hattara.info/?p=53#comments</comments>
		<pubDate>Tue, 04 Nov 2008 13:06:20 +0000</pubDate>
		<dc:creator><![CDATA[hattara]]></dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[SWF]]></category>

		<guid isPermaLink="false">http://teclog.hattara.info/?p=53</guid>
		<description><![CDATA[まあ、前提として、ActionScriptは使ったこともないわけですけど、 ActionScriptとPhpの [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>まあ、前提として、ActionScriptは使ったこともないわけですけど、<br />
ActionScriptとPhpの連係についてはまったので、メモっときます。</p>
<p>そもそもActionScriptでエスケープ処理の類をした場合なんですが、<br />
通常Phpとかだと「\」バックスラッシュ的なものがエスケープ文字なんですが、<br />
ActionScriptだと、「%」パーセント的なものがエスケープ文字みたいなんです。</p>
<p>で、英数字と一部の記号以外は、全部%がつくみたいなんですが、<br />
そもそもエスケープしようと思ってなかった場合に、<br />
Php側から渡された文字列中に「%」があったら、動かないとか、<br />
文字化けするとかって現象がでちゃうわけですよ。</p>
<p>というのを、今日はまって、知ったのでメモした次第です。</p>
]]></content:encoded>
			<wfw:commentRss>http://teclog.hattara.info/?feed=rss2&#038;p=53</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
