<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Кодирование из UTF без BOM — в ANSI]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=10453&amp;type=atom" />
	<updated>2015-02-25T17:04:19Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=10453</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Кодирование из UTF без BOM — в ANSI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=91954#p91954" />
			<content type="html"><![CDATA[<p>Спасибище!))</p>]]></content>
			<author>
				<name><![CDATA[DD]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=25263</uri>
			</author>
			<updated>2015-02-25T17:04:19Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=91954#p91954</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Кодирование из UTF без BOM — в ANSI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=91953#p91953" />
			<content type="html"><![CDATA[<p>Тогда так:<br /></p><div class="codebox"><pre><code>FilePath =   ; указать путь к файлу
oFile := FileOpen(FilePath, &quot;rw&quot;, &quot;UTF-8-RAW&quot;)
content := oFile.Read()
oFile.Pos := 0
oFile.Encoding := &quot;CP0&quot;
bytes := oFile.Write(content)
oFile.Length := bytes
oFile.Close()</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-02-25T16:58:35Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=91953#p91953</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Кодирование из UTF без BOM — в ANSI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=91952#p91952" />
			<content type="html"><![CDATA[<p>Вот сейчас точно понял <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" />. И кажется выяснил точную кодировку &quot;UTF-8 без BOM&quot;: <strong>65001 (UTF-8)</strong>.</p>]]></content>
			<author>
				<name><![CDATA[DD]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=25263</uri>
			</author>
			<updated>2015-02-25T16:36:47Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=91952#p91952</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Кодирование из UTF без BOM — в ANSI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=91951#p91951" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>DD пишет:</cite><blockquote><p>UTF без BOM они не обрабатывают.</p></blockquote></div><div class="quotebox"><cite>DD пишет:</cite><blockquote><p>Понял. BOM есть.</p></blockquote></div><p>Так есть, или нет? И в чём вопрос?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-02-25T16:22:50Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=91951#p91951</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Кодирование из UTF без BOM — в ANSI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=91950#p91950" />
			<content type="html"><![CDATA[<p>С самого начала актуален, а может даже ещё острее стоит <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[DD]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=25263</uri>
			</author>
			<updated>2015-02-25T16:19:50Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=91950#p91950</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Кодирование из UTF без BOM — в ANSI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=91949#p91949" />
			<content type="html"><![CDATA[<p>Тогда вопрос снят?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-02-25T16:17:36Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=91949#p91949</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Кодирование из UTF без BOM — в ANSI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=91948#p91948" />
			<content type="html"><![CDATA[<p>Понял. BOM есть.</p>]]></content>
			<author>
				<name><![CDATA[DD]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=25263</uri>
			</author>
			<updated>2015-02-25T16:13:52Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=91948#p91948</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Кодирование из UTF без BOM — в ANSI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=91947#p91947" />
			<content type="html"><![CDATA[<p>Во-первых, имеет — UTF-8-RAW и UTF-16-RAW. Но я имел в виду, что заранее может быть вообще неизвестно, какая кодировка файла, и если BOM нет, тогда ориентироваться не на что.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-02-25T16:11:06Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=91947#p91947</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Кодирование из UTF без BOM — в ANSI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=91946#p91946" />
			<content type="html"><![CDATA[<p>Т.е. &quot;UTF без BOM&quot; имеет свои разновидности? А так ты не прав: когда одназначного кода нет — это проблема <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" />.</p>]]></content>
			<author>
				<name><![CDATA[DD]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=25263</uri>
			</author>
			<updated>2015-02-25T16:05:47Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=91946#p91946</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Кодирование из UTF без BOM — в ANSI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=91943#p91943" />
			<content type="html"><![CDATA[<p>Если кодировка заранее известна — не вижу проблем. Если нет — тогда однозначного решения нет.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-02-25T15:55:12Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=91943#p91943</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Кодирование из UTF без BOM — в ANSI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=91941#p91941" />
			<content type="html"><![CDATA[<p>Протестировал около пяти скриптов, конвертирующих из UTF в ANSI — но UTF без BOM они не обрабатывают. Может, у кого есть на примете?</p>]]></content>
			<author>
				<name><![CDATA[DD]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=25263</uri>
			</author>
			<updated>2015-02-25T14:51:03Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=91941#p91941</id>
		</entry>
</feed>
