<?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>LeopoldoMaestro.COM &#187; codificacion</title>
	<atom:link href="http://www.leopoldomaestro.com/tag/codificacion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leopoldomaestro.com</link>
	<description>Networking, Tecnología, Linux, Sistemas, Negocios...</description>
	<lastBuildDate>Sun, 09 Oct 2011 14:07:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Convertir codificación de archivos</title>
		<link>http://www.leopoldomaestro.com/convertir-codificacion-de-archivos/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=convertir-codificacion-de-archivos</link>
		<comments>http://www.leopoldomaestro.com/convertir-codificacion-de-archivos/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 22:40:50 +0000</pubDate>
		<dc:creator>leopoldomaestro</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[codificacion]]></category>
		<category><![CDATA[convertir archivos]]></category>

		<guid isPermaLink="false">http://www.leopoldomaestro.com/?p=24</guid>
		<description><![CDATA[Algunas veces nos encontramos con la necesidad de convertir la codificación de un archivo. Para ello tenemos en Linux/Unix una herramienta llamada iconv, desarrollada por Ulrich Drepper. Ejemplo de funcionamiento: iconv -f tipodecodificacionactual -t tipodecodificaciondeseada elarchivoquesea Ejemplo de funcionamiento en el mundo real: iconv -f iso-8859-1 -t utf-8 index.php &#62; indexnuevo.php]]></description>
			<content:encoded><![CDATA[<p>Algunas veces nos encontramos con la necesidad de convertir la codificación de un archivo. Para ello tenemos en Linux/Unix una herramienta llamada iconv, desarrollada por Ulrich Drepper.</p>
<p>Ejemplo de funcionamiento:</p>
<p>iconv -f tipodecodificacionactual -t tipodecodificaciondeseada elarchivoquesea</p>
<p>Ejemplo de funcionamiento en el mundo real:</p>
<p>iconv -f iso-8859-1 -t utf-8 index.php &gt; indexnuevo.php</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leopoldomaestro.com/convertir-codificacion-de-archivos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

