<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="lt">
	<id>https://wiki.eofnet.lt/w//index.php?action=history&amp;feed=atom&amp;title=Fail%C5%B3_konvertavimas_%C4%AF_unicode_utf8</id>
	<title>Failų konvertavimas į unicode utf8 - Versijų istorija</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.eofnet.lt/w//index.php?action=history&amp;feed=atom&amp;title=Fail%C5%B3_konvertavimas_%C4%AF_unicode_utf8"/>
	<link rel="alternate" type="text/html" href="https://wiki.eofnet.lt/w//index.php?title=Fail%C5%B3_konvertavimas_%C4%AF_unicode_utf8&amp;action=history"/>
	<updated>2026-04-23T21:24:14Z</updated>
	<subtitle>Šio puslapio versijų istorija projekte</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.eofnet.lt/w//index.php?title=Fail%C5%B3_konvertavimas_%C4%AF_unicode_utf8&amp;diff=8420&amp;oldid=prev</id>
		<title>\dev\null 07:15, 29 rugpjūčio 2017</title>
		<link rel="alternate" type="text/html" href="https://wiki.eofnet.lt/w//index.php?title=Fail%C5%B3_konvertavimas_%C4%AF_unicode_utf8&amp;diff=8420&amp;oldid=prev"/>
		<updated>2017-08-29T07:15:48Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Naujas puslapis&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Kurie failai ne utf8 ready?&lt;br /&gt;
 find . -type f -exec file --mime {} \; | grep -v &amp;quot;charset=utf-8&amp;quot;&lt;br /&gt;
 find . -type f | xargs -I {} bash -c &amp;quot;iconv -f utf-8 -t utf-16 {} &amp;amp;&amp;gt;/dev/null || echo {}&amp;quot; &amp;gt; utf8_fail&lt;br /&gt;
PHP failų konvertavimas į UTF-8 unicode:&lt;br /&gt;
 find . -type f -iname &amp;quot;'''*.php'''&amp;quot; -exec sh -c 'iconv -f $(file -bi &amp;quot;$1&amp;quot; |sed -e &amp;quot;s/.*[ ]charset=//&amp;quot;) -t utf-8 -o converted &amp;quot;$1&amp;quot; &amp;amp;&amp;amp; mv converted &amp;quot;$1&amp;quot;' -- {} \;&lt;br /&gt;
OSX Variantas:&lt;br /&gt;
 find . -type f -iname &amp;quot;'''*.php'''&amp;quot; -exec sh -c 'iconv -f $(file -b --mime-encoding &amp;quot;$1&amp;quot; | awk &amp;quot;{print toupper(\$0)}&amp;quot;) -t UTF-8 &amp;gt; converted &amp;quot;$1&amp;quot; &amp;amp;&amp;amp; mv converted &amp;quot;$1&amp;quot;' -- {} \;&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripts]]&lt;/div&gt;</summary>
		<author><name>\dev\null</name></author>
	</entry>
</feed>