<?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>Как делать деньги. &#187; 1251</title>
	<atom:link href="http://humbert.ru/tag/1251/feed/" rel="self" type="application/rss+xml" />
	<link>http://humbert.ru</link>
	<description>Палю темы о заработке в сети.</description>
	<lastBuildDate>Thu, 24 Nov 2011 15:20:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Конвертировать файлы в папке из cp1251 в utf-8</title>
		<link>http://humbert.ru/2008/08/09/konvertirovat-fajly-v-papke-iz-cp1251-v-utf-8/</link>
		<comments>http://humbert.ru/2008/08/09/konvertirovat-fajly-v-papke-iz-cp1251-v-utf-8/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 18:59:45 +0000</pubDate>
		<dc:creator>humbert</dc:creator>
				<category><![CDATA[Новости]]></category>
		<category><![CDATA[1251]]></category>
		<category><![CDATA[utf-8]]></category>
		<category><![CDATA[конвертер]]></category>
		<category><![CDATA[конвертировать]]></category>
		<category><![CDATA[папка]]></category>
		<category><![CDATA[файл]]></category>

		<guid isPermaLink="false">http://humbert.ru/?p=198</guid>
		<description><![CDATA[Небольшой код, позволит перековертировать файлы в папке из cp1251 в utf-8

$dir="путь к папке";
$handle=opendir($dir);
while (false !== ($file = readdir($handle)))
 {if(is_file($dir."/".$file))
  {$text=iconv("cp1251", "utf-8", file_get_contents($dir."/".$file));
    $f=fopen($dir."/".$file, "w");
    fputs($f, $text);
    fclose($f);
  }
 }

]]></description>
		<wfw:commentRss>http://humbert.ru/2008/08/09/konvertirovat-fajly-v-papke-iz-cp1251-v-utf-8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

