<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Опознание символов Unicode в строке]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11895&amp;type=atom" />
	<updated>2016-08-10T14:16:36Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11895</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Опознание символов Unicode в строке]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106706#p106706" />
			<content type="html"><![CDATA[<p>Так точнее (для текста из буфера):<br /></p><div class="codebox"><pre><code>MsgBox % &quot;Буфер обмена &quot; (RegexMatch(clipboard,&quot;.*[^ !-‚-›‘’–—\x{0080}-\x{00FF}\x{0400}-\x{04FF}\x{20A0}-\x{20CF}\x{2100}-\x{214F}\w].*&quot;)?&quot;&quot;:&quot;не &quot;) &quot;содержит юникодные символы.&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2016-08-10T14:16:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106706#p106706</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Опознание символов Unicode в строке]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106705#p106705" />
			<content type="html"><![CDATA[<p>Уважаемый Malcev, спасибо <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" />.</p>]]></content>
			<author>
				<name><![CDATA[equipment66]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27128</uri>
			</author>
			<updated>2016-08-10T13:57:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106705#p106705</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Опознание символов Unicode в строке]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106704#p106704" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>string := &quot;ā&quot;
MsgBox % &quot;Text is &quot; (RegexMatch(string,&quot;[\x{0100}-\x{FFFF}]&quot;)?&quot;Unicode&quot;:&quot;ANSI&quot;)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-08-10T13:34:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106704#p106704</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Опознание символов Unicode в строке]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106703#p106703" />
			<content type="html"><![CDATA[<p>Здравствуйте,</p><p>Существует ли в АНК способ/функция определения наличия символов Unicode в строке? Что нибудь по типу is Unicode?</p>]]></content>
			<author>
				<name><![CDATA[equipment66]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27128</uri>
			</author>
			<updated>2016-08-10T12:48:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106703#p106703</id>
		</entry>
</feed>
