<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: FileRead кодировка]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16618&amp;type=atom" />
	<updated>2021-10-04T10:58:58Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16618</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: FileRead кодировка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=149879#p149879" />
			<content type="html"><![CDATA[<p><strong>DestroyerCode</strong>, так поделитесь решением.</p>]]></content>
			<author>
				<name><![CDATA[Мальчик-гей]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30832</uri>
			</author>
			<updated>2021-10-04T10:58:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=149879#p149879</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: FileRead кодировка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=149746#p149746" />
			<content type="html"><![CDATA[<p>Сам решил проблему.</p>]]></content>
			<author>
				<name><![CDATA[DestroyerCode]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42000</uri>
			</author>
			<updated>2021-09-25T12:05:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=149746#p149746</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: FileRead кодировка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=149742#p149742" />
			<content type="html"><![CDATA[<p>Делаю FileRead текстового документа, выдает кодировкой в место нормального текста.<br />Пример - P|PuPSp.</p><div class="codebox"><pre><code>
FileRead, items, logs.log
MsgBox % items
</code></pre></div><br /><p>Пробовал делать так, но теперь выдает вопросительные знаки в место текста.<br />Пример - ????? ??? ????<br /></p><div class="codebox"><pre><code>
FileRead, items, logs.log
VarSetCapacity(ansi, StrPut(items, &quot;CP28591&quot;)), StrPut(items, &amp;ansi, &quot;CP28591&quot;)
items := StrGet(&amp;ansi, &quot;UTF-8&quot;)
MsgBox % items
</code></pre></div><p>Как можно исправить?.</p>]]></content>
			<author>
				<name><![CDATA[DestroyerCode]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42000</uri>
			</author>
			<updated>2021-09-25T11:04:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=149742#p149742</id>
		</entry>
</feed>
