<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Кодировка текста  в  UTF-8]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9066&amp;type=atom" />
	<updated>2015-01-17T11:44:04Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9066</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Кодировка текста  в  UTF-8]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=90642#p90642" />
			<content type="html"><![CDATA[<p>Ага, вечно про это забываю.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-01-17T11:44:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=90642#p90642</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Кодировка текста  в  UTF-8]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=90639#p90639" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong>, благодарю!<br />Преременную &quot;Text&quot; только выделить необходимо.<br /></p><div class="codebox"><pre><code>FileAppend, %Text%, C:\Users\User\Desktop\ansi.txt, CP0</code></pre></div>]]></content>
			<author>
				<name><![CDATA[avens]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24487</uri>
			</author>
			<updated>2015-01-17T09:43:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=90639#p90639</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Кодировка текста  в  UTF-8]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=90614#p90614" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>FileRead, Text, *P65001 C:\Users\User\Desktop\utf-8.txt
FileAppend, %Text%, C:\Users\User\Desktop\ansi.txt, CP0</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-01-16T20:19:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=90614#p90614</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Кодировка текста  в  UTF-8]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=90611#p90611" />
			<content type="html"><![CDATA[<p>А как можно прочитать UTF-8 файл и преобразовать его в ANSI?<br />А за тем еще и сохранить в текстовый файл ANSI</p><p>Что то не пойму из справки AHKL как в этом направлении можно использовать: FileRead, FileEncoding, FileAppend..</p>]]></content>
			<author>
				<name><![CDATA[avens]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24487</uri>
			</author>
			<updated>2015-01-16T19:31:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=90611#p90611</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Кодировка текста  в  UTF-8]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78452#p78452" />
			<content type="html"><![CDATA[<p>Спасибо , оказалось все просто!</p>]]></content>
			<author>
				<name><![CDATA[Zanoza]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26155</uri>
			</author>
			<updated>2013-12-23T08:35:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78452#p78452</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Кодировка текста  в  UTF-8]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78447#p78447" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>FileAppend, %Clipboard%, C:\Users\TV\Desktop\TEXT.xml, UTF-8</code></pre></div>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2013-12-23T05:21:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78447#p78447</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Кодировка текста  в  UTF-8]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78442#p78442" />
			<content type="html"><![CDATA[<p>У меня вопрос </p><div class="codebox"><pre><code>XButton1::
Send , {CtrlDown}{vk43}{CtrlUp}           ; копируем выделенный текст 
FileAppend, %Clipboard%, C:\Users\TV\Desktop\TEXT.xml        ;записываем в файл
return</code></pre></div><p>как скопированный текст из буфера&nbsp; записать&nbsp; в файл с кодировкой UTF-8 ?<br />Есть ли возможность перекодировки?</p>]]></content>
			<author>
				<name><![CDATA[Zanoza]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26155</uri>
			</author>
			<updated>2013-12-23T02:11:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78442#p78442</id>
		</entry>
</feed>
