<?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>CoolCoyote.net &#187; encoding</title>
	<atom:link href="http://www.coolcoyote.net/tag/encoding/feed" rel="self" type="application/rss+xml" />
	<link>http://www.coolcoyote.net</link>
	<description>Coding - Linux</description>
	<lastBuildDate>Sun, 07 Nov 2010 15:27:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>fr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Convertir un fichier d&#8217;un encodage à un autre</title>
		<link>http://www.coolcoyote.net/linux-debian/convertir-un-fichier-dun-encodage-a-un-autre</link>
		<comments>http://www.coolcoyote.net/linux-debian/convertir-un-fichier-dun-encodage-a-un-autre#comments</comments>
		<pubDate>Sun, 03 Aug 2008 17:13:22 +0000</pubDate>
		<dc:creator>Denis S.</dc:creator>
				<category><![CDATA[Linux Debian]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[iconv]]></category>
		<category><![CDATA[iso-8859-1]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://192.168.0.1/wordpress/?p=14</guid>
		<description><![CDATA[Cela se fait avec iconv:
iconv -f iso-8859-1 -t utf-8 -o fichier-de-sortie.xml fichier-entree.xml
les options:
-f: l&#8217;encodage d&#8217;entrée
-t: l&#8217;encodage de sortie
-o: le fichier de sortie (sinon ça l&#8217;affiche à l&#8217;écran).
On ne peut apparemment pas écraser le fichier d&#8217;entrée par celui de sortie automatiquement. Il semble qu&#8217;il faille passer par un autre fichier.
]]></description>
			<content:encoded><![CDATA[<p>Cela se fait avec iconv:</p>
<pre class="code">iconv -f iso-8859-1 -t utf-8 -o fichier-de-sortie.xml fichier-entree.xml</pre>
<p>les options:</p>
<p>-f: l&#8217;encodage d&#8217;entrée<br />
-t: l&#8217;encodage de sortie<br />
-o: le fichier de sortie (sinon ça l&#8217;affiche à l&#8217;écran).</p>
<p>On ne peut apparemment pas écraser le fichier d&#8217;entrée par celui de sortie automatiquement. Il semble qu&#8217;il faille passer par un autre fichier.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coolcoyote.net/linux-debian/convertir-un-fichier-dun-encodage-a-un-autre/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

