<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Не работает InputBox с русским языком]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=5542</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5542&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Не работает InputBox с русским языком».]]></description>
		<lastBuildDate>Mon, 21 Feb 2011 23:14:13 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Не работает InputBox с русским языком]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=45403#p45403</link>
			<description><![CDATA[<p>Почитай вот <a href="http://forum.script-coding.com/viewtopic.php?id=1073">это</a>.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Mon, 21 Feb 2011 23:14:13 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=45403#p45403</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Не работает InputBox с русским языком]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=45400#p45400</link>
			<description><![CDATA[<p>Если содержимое InputBox на русском языке идет в Clipboard и потом вставляется, вместо текста кривые символы.</p><p>Задача: из ftp ссылки, получить http, поместить ее в bbcode и дать ей название. </p><p>Копируем ссылку: <br /></p><div class="codebox"><pre><code>ftp://test_ftp@ftp.test_ftp.ru/test.ru/docs/folder1/folder2/file.pdf</code></pre></div><p>ftp://test_ftp@ftp. заменяем на http://<br />папки /test.ru/docs в http не видны, их удаляем</p><div class="codebox"><pre><code>!w::

StringReplace, clipboard, clipboard, /timku.ru/docs, , All
StringReplace, clipboard, clipboard, ftp://test_ftp@ftp., http://, All
InputBox, LinkName, Link name
PostMessage, 0x50, 0, 0x4090409,, A
Clipboard=[link=&quot;%Clipboard%&quot;]%LinkName%[/link]

return</code></pre></div><p>При вставке, вместо русского языка не русский. <br />Система Win7 английская<br />Не помогло: Панель Управления (Control Panel) -- Regional and Language Options -- вкладка &quot;Administrative&quot; -- &quot;Change System Locale&quot; -- выбрать &quot;Russian&quot; в списке</p>]]></description>
			<author><![CDATA[null@example.com (Rover)]]></author>
			<pubDate>Mon, 21 Feb 2011 22:53:11 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=45400#p45400</guid>
		</item>
	</channel>
</rss>
