<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Обрамление выделенного текста тегами]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=7781</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=7781&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Обрамление выделенного текста тегами».]]></description>
		<lastBuildDate>Mon, 28 Jul 2014 11:40:50 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Обрамление выделенного текста тегами]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=85323#p85323</link>
			<description><![CDATA[<p>Огромное спасибо! У меня после этого все заработало.</p><br /><br /><p>Utf8ToAnsi(Utf8String, CodePage = 1251)<br />{<br />&nbsp; &nbsp; If (NumGet(Utf8String) &amp; 0xFFFFFF) = 0xBFBBEF<br />&nbsp; &nbsp; &nbsp; &nbsp; BOM = 3<br />&nbsp; &nbsp; Else<br />&nbsp; &nbsp; &nbsp; &nbsp; BOM = 0</p><p>&nbsp; &nbsp; UniSize := DllCall(&quot;MultiByteToWideChar&quot;, &quot;UInt&quot;, 65001, &quot;UInt&quot;, 0<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; , &quot;UInt&quot;, &amp;Utf8String + BOM, &quot;Int&quot;, -1<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; , &quot;Int&quot;, 0, &quot;Int&quot;, 0)<br />&nbsp; &nbsp; VarSetCapacity(UniBuf, UniSize * 2)<br />&nbsp; &nbsp; DllCall(&quot;MultiByteToWideChar&quot;, &quot;UInt&quot;, 65001, &quot;UInt&quot;, 0<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;, &quot;UInt&quot;, &amp;Utf8String + BOM, &quot;Int&quot;, -1<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;, &quot;UInt&quot;, &amp;UniBuf, &quot;Int&quot;, UniSize)</p><p>&nbsp; &nbsp; AnsiSize := DllCall(&quot;WideCharToMultiByte&quot;, &quot;UInt&quot;, CodePage, &quot;UInt&quot;, 0<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;, &quot;UInt&quot;, &amp;UniBuf, &quot;Int&quot;, -1<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;, &quot;Int&quot;, 0, &quot;Int&quot;, 0<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;, &quot;Int&quot;, 0, &quot;Int&quot;, 0)<br />&nbsp; &nbsp; VarSetCapacity(AnsiString, AnsiSize)<br />&nbsp; &nbsp; DllCall(&quot;WideCharToMultiByte&quot;, &quot;UInt&quot;, CodePage, &quot;UInt&quot;, 0<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;, &quot;UInt&quot;, &amp;UniBuf, &quot;Int&quot;, -1<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;, &quot;Str&quot;, AnsiString, &quot;Int&quot;, AnsiSize<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;, &quot;Int&quot;, 0, &quot;Int&quot;, 0)<br />&nbsp; &nbsp; Return AnsiString<br />}<br />^p::<br />Send ^{vk43}<br />clipboard = Текст1 `r`nТекст 2. `r`nТекст3 `r`Текст 4<br />Send ^{vk56}<br />Return</p><p>^b::<br />Send ^{vk43}<br />clipboard = Текст `n<br />Send ^{vk56}<br />Return</p>]]></description>
			<author><![CDATA[null@example.com (ked2802)]]></author>
			<pubDate>Mon, 28 Jul 2014 11:40:50 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=85323#p85323</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Обрамление выделенного текста тегами]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=85321#p85321</link>
			<description><![CDATA[<div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><p>Магия?!</p></blockquote></div><p>Да, как то так. <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></description>
			<author><![CDATA[null@example.com (Selja8)]]></author>
			<pubDate>Mon, 28 Jul 2014 09:57:43 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=85321#p85321</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Обрамление выделенного текста тегами]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=85320#p85320</link>
			<description><![CDATA[<div class="quotebox"><cite>Selja8 пишет:</cite><blockquote><p>HideArr := Object()</p></blockquote></div><p>Магия?!</p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Mon, 28 Jul 2014 09:51:38 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=85320#p85320</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Обрамление выделенного текста тегами]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=85318#p85318</link>
			<description><![CDATA[<p><span style="color: green"><strong>ked2802</strong>, оформите код правильно!</span></p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Mon, 28 Jul 2014 09:41:28 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=85318#p85318</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Обрамление выделенного текста тегами]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=85317#p85317</link>
			<description><![CDATA[<div class="codebox"><pre><code>HideArr := Object()
text .= &quot;Вечером `r`n Было утро.&quot;
;Можно и по словам отдельно разбить.
text1 .= &quot;Вечером&quot;
text2 .= &quot;Было утро&quot;
Textsort .= &quot;555&quot;
Sort, Textsort
Textsort := &quot;Отсортированый текст&quot; &quot;:`r`n&quot; Text1 &quot;,`r`n&quot; Text2 &quot;.`r`n&quot; Textsort
msgbox %text% `n %textsort%</code></pre></div><p>Как-то так.</p>]]></description>
			<author><![CDATA[null@example.com (Selja8)]]></author>
			<pubDate>Mon, 28 Jul 2014 09:27:26 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=85317#p85317</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Обрамление выделенного текста тегами]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=85316#p85316</link>
			<description><![CDATA[<div class="codebox"><pre><code>Msgbox Текст `r`n текст с новой строки.</code></pre></div><p>`t (табуляция), `n (перевод строки) и `r (возврат каретки).</p>]]></description>
			<author><![CDATA[null@example.com (Selja8)]]></author>
			<pubDate>Mon, 28 Jul 2014 09:17:05 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=85316#p85316</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Обрамление выделенного текста тегами]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=85314#p85314</link>
			<description><![CDATA[<p>еще раз извиняюсь, помогите чайнику!<br />как вставить пробел и тексты с новой строки</p><p>^[::<br />Send ^{vk43}<br />clipboard = вечером<br />Было утро.<br />Оптовая цена 9000 руб.<br />Более 10 000 аксессуаров!<br />Send ^{vk56}<br />Return</p><p>^]::<br />Send ^{vk43}<br />clipboard = вечером (пробел)<br />Send ^{vk56}<br />Return</p>]]></description>
			<author><![CDATA[null@example.com (ked2802)]]></author>
			<pubDate>Mon, 28 Jul 2014 08:47:04 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=85314#p85314</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Обрамление выделенного текста тегами]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=85313#p85313</link>
			<description><![CDATA[<div class="quotebox"><cite>Selja8 пишет:</cite><blockquote><p><a href="http://forum.script-coding.com/viewtopic.php?id=5251">http://forum.script-coding.com/viewtopic.php?id=5251</a></p></blockquote></div><p>Огромное человеческое Спасибо. Заработало!</p>]]></description>
			<author><![CDATA[null@example.com (ked2802)]]></author>
			<pubDate>Mon, 28 Jul 2014 07:12:08 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=85313#p85313</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Обрамление выделенного текста тегами]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=85307#p85307</link>
			<description><![CDATA[<p>Думаю надо просто использовать не анси, а юникод AutoHotkey.</p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Mon, 28 Jul 2014 05:32:26 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=85307#p85307</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Обрамление выделенного текста тегами]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=85305#p85305</link>
			<description><![CDATA[<p><a href="http://forum.script-coding.com/viewtopic.php?id=5251">http://forum.script-coding.com/viewtopic.php?id=5251</a></p>]]></description>
			<author><![CDATA[null@example.com (Selja8)]]></author>
			<pubDate>Mon, 28 Jul 2014 04:29:16 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=85305#p85305</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Обрамление выделенного текста тегами]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=85302#p85302</link>
			<description><![CDATA[<p>Еще один маленькая загвоздка.<br />Как вставить текст кирилицей?</p><div class="codebox"><pre><code>^b::
Send ^{vk43}
clipboard = вечер
Send ^{vk56}
Return</code></pre></div><p>получается - РІРµС‡РµСЂ</p>]]></description>
			<author><![CDATA[null@example.com (ked2802)]]></author>
			<pubDate>Sun, 27 Jul 2014 20:54:58 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=85302#p85302</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Обрамление выделенного текста тегами]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=65687#p65687</link>
			<description><![CDATA[<p>да, в русской раскладке не работало, сейчас все отлично. <br />Спасибо!</p>]]></description>
			<author><![CDATA[null@example.com (ked2802)]]></author>
			<pubDate>Fri, 16 Nov 2012 14:56:19 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=65687#p65687</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Обрамление выделенного текста тегами]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=65681#p65681</link>
			<description><![CDATA[<p>Только вместо<br /></p><div class="codebox"><pre><code>Send ^c
Send ^v</code></pre></div><p>лучше<br /></p><div class="codebox"><pre><code>Send ^{vk43}
Send ^{vk56}</code></pre></div><p>иначе может не работать при русской раскладке клавиатуры.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Fri, 16 Nov 2012 11:24:57 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=65681#p65681</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Обрамление выделенного текста тегами]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=65679#p65679</link>
			<description><![CDATA[<p>все работает. Огромное спасибо!</p>]]></description>
			<author><![CDATA[null@example.com (ked2802)]]></author>
			<pubDate>Fri, 16 Nov 2012 09:53:00 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=65679#p65679</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Обрамление выделенного текста тегами]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=65678#p65678</link>
			<description><![CDATA[<p>Как-нибудь так.</p><div class="codebox"><pre><code>^p::
Send ^c
clipboard = &lt;p&gt;%clipboard%&lt;/p&gt;
Send ^v
Return

^b::
Send ^c
clipboard = &lt;strong&gt;%clipboard%&lt;/strong&gt;
Send ^v
Return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Fri, 16 Nov 2012 06:00:14 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=65678#p65678</guid>
		</item>
	</channel>
</rss>
