<?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>Outbook &#187; Codificación de caracteres</title>
	<atom:link href="http://blog.outbook.es/tag/codificacion-de-caracteres/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.outbook.es</link>
	<description>HTML+CSS+JS, Accesibilidad, PHP y más</description>
	<lastBuildDate>Sun, 18 Dec 2011 19:17:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Caracteres especiales en Javascript</title>
		<link>http://blog.outbook.es/desarrollo-web/caracteres-especiales-en-javascript</link>
		<comments>http://blog.outbook.es/desarrollo-web/caracteres-especiales-en-javascript#comments</comments>
		<pubDate>Fri, 08 Feb 2008 13:44:00 +0000</pubDate>
		<dc:creator>jervert</dc:creator>
				<category><![CDATA[Desarrollo web]]></category>
		<category><![CDATA[ANSI]]></category>
		<category><![CDATA[Codificación de caracteres]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Unicode]]></category>

		<guid isPermaLink="false">http://localhost/cms/wordpress/?p=284</guid>
		<description><![CDATA[Si un archivo en el que hay código Javascript está en codificación ANSI podemos encontrarnos con que al poner acentos por ejemplo en un alert salga algo como esto: El código del alert: alert('prueba de ácéntós'); La solución que he encontrado es la siguiente: utilizar los códigos Unicode de esos caracteres acentuados: alert('prueba de \u00E1c\u00E9nt\u00F3s'); [...]]]></description>
		<wfw:commentRss>http://blog.outbook.es/desarrollo-web/caracteres-especiales-en-javascript/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

