<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>MSSpeech Forum : &quot;{u+0020}And&quot; What is this?</title>
  <link>https://www.msspeech-forum.com/</link>
  <description><![CDATA[This is an XML content feed of; MSSpeech Forum : New Users &amp; General Questions : &quot;{u+0020}And&quot; What is this?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 29 Apr 2026 23:47:45 +0000</pubDate>
  <lastBuildDate>Sun, 16 Nov 2008 09:24:45 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.02</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.msspeech-forum.com/RSS_post_feed.asp?TID=40</WebWizForums:feedURL>
  <image>
   <title><![CDATA[MSSpeech Forum]]></title>
   <url>https://www.msspeech-forum.com/forum_images/msspeech_forum.png</url>
   <link>https://www.msspeech-forum.com/</link>
  </image>
  <item>
   <title><![CDATA[&quot;{u+0020}And&quot; What is this? :    dtee wrote:   Another...]]></title>
   <link>https://www.msspeech-forum.com/u-0020and-what-is-this_topic40_post187.html#187</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.msspeech-forum.com/member_profile.asp?PF=39">BradT</a><br /><strong>Subject:</strong> 40<br /><strong>Posted:</strong> 16/Nov/2008 at 9:24am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by dtee" alt="Originally posted by dtee" style="vertical-align: text-bottom;" /> <strong>dtee wrote:</strong><br /><br /><div></div><div></div><div>&nbsp;</div><div>Another approach is to begin tampering with the macro, but it is so complex that I hesitate to do so, not being a programmer. Maybe I could comment out all the parts containing the&nbsp;"clone" command?</div><div>&nbsp;</div><div>Do you have any recommendations?</div></td></tr></table><br><br>Hi Daniel,<br><br>I'm glad to help.&nbsp; The Format_That macro is indeed very useful.<br><br>You can experiment with the macro and yet do no permanent damage if you'll navigate to your Speech Macros directory and copy the Format_That.WSRMac to another name.&nbsp; I usually use something like <i>Format_That.SAFE</i>.&nbsp; That way you don't get confused when you're tinkering with multiple macro files.<br>Next, like you suggested, open the Format_That.WSRMac and search for "clone".&nbsp; I found this entry and it looks like it may be the offending command.<br><br><pre>&lt;command priority="1"&gt;<br>   &lt;listenFor&gt;clone &#091;textInDocument&#093;&lt;/listenFor&gt;<br>   &lt;insertText&gt;{u+0020}{&#091;textInDocument&#093;}&lt;/insertText&gt;<br>&lt;/command&gt;<br></pre>You can comment it out by adding the comment syntax around the entire command like this:<br><br>&lt;!--<br><pre>&lt;command priority="1"&gt;<br>  &lt;listenFor&gt;clone &#091;textInDocument&#093;&lt;/listenFor&gt;<br>  &lt;insertText&gt;{u+0020}{&#091;textInDocument&#093;}&lt;/insertText&gt;<br>&lt;/command&gt;<br></pre>--&gt;<br><br>Save the file, as Symbol_That.WSRMac and give it a try...<br><br>If that doesn't solve your problem, start commenting out each command that uses the &lt;listenFor&gt;clone syntax one-by-one, saving and trying each change.&nbsp; If your changes were too aggressive and things start acting strange, or you get a macro compiler error message, either undo the single change you just did or restore the Format_That.SAFE to Format_That.WSRMac<br><br>This should hopefully get you going...&nbsp; Let us know how it goes.<br><br>Brad<br>]]>
   </description>
   <pubDate>Sun, 16 Nov 2008 09:24:45 +0000</pubDate>
   <guid isPermaLink="true">https://www.msspeech-forum.com/u-0020and-what-is-this_topic40_post187.html#187</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;{u+0020}And&quot; What is this? :   BradT wrote:Do you have the...]]></title>
   <link>https://www.msspeech-forum.com/u-0020and-what-is-this_topic40_post186.html#186</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.msspeech-forum.com/member_profile.asp?PF=52">dtee</a><br /><strong>Subject:</strong> 40<br /><strong>Posted:</strong> 16/Nov/2008 at 7:05am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by BradT" alt="Originally posted by BradT" style="vertical-align: text-bottom;" /> <strong>BradT wrote:</strong><br /><br />Do you have the "Format_That.WSRMac"&nbsp; or "Symbol_That.WSRMac" macros loaded?&nbsp; If so, that is probably the culprit.</td></tr></table><BR><BR>Spot on,&nbsp;Brad. <DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>I have found "Format_That.WSRMac" to be an extremely useful macro, but it does contain several commands&nbsp;listening for the word "clone". All I have to do is to say it and the following text is inserted: {u+0020}??, the question marks representing a random word.</DIV><DIV>&nbsp;</DIV><DIV>Now, the question is how to cope with this. For example, one approach is banning this word from being recognized. Then, if I ever needed it in a sentence (I don't anticipate that this would be very often), I could say "Insert clone". I just tested this, and it doesn't work at all.&nbsp; The word is indeed banned by WSR, but&nbsp;the macro still listens for "clone" and fires faithfully.</DIV><DIV>&nbsp;</DIV><DIV>Another approach is to begin tampering with the macro, but it is so complex that I hesitate to do so, not being a programmer. Maybe I could comment out all the parts containing the&nbsp;"clone" command?</DIV><DIV>&nbsp;</DIV><DIV>Do you have any recommendations?</DIV><DIV>&nbsp;</DIV><DIV>Best regards and thanks,</DIV><DIV>Daniel</DIV><span style="font-size:10px"><br /><br />Edited by dtee - 16/Nov/2008 at 7:48am</span>]]>
   </description>
   <pubDate>Sun, 16 Nov 2008 07:05:21 +0000</pubDate>
   <guid isPermaLink="true">https://www.msspeech-forum.com/u-0020and-what-is-this_topic40_post186.html#186</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;{u+0020}And&quot; What is this? : Thanks for the suggestion:   ...]]></title>
   <link>https://www.msspeech-forum.com/u-0020and-what-is-this_topic40_post185.html#185</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.msspeech-forum.com/member_profile.asp?PF=52">dtee</a><br /><strong>Subject:</strong> 40<br /><strong>Posted:</strong> 16/Nov/2008 at 6:48am<br /><br /><DIV>Thanks for the suggestion:</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by mmarkoe" alt="Originally posted by mmarkoe" style="vertical-align: text-bottom;" /> <strong>mmarkoe wrote:</strong><br /><br />&#091;First thing I would do is check my Added Words to see if it accidentally was saved.</td></tr></table> </DIV><DIV>&nbsp;</DIV><DIV>The word "clone" is not on the list.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><span style="font-size:10px"><br /><br />Edited by dtee - 16/Nov/2008 at 7:07am</span>]]>
   </description>
   <pubDate>Sun, 16 Nov 2008 06:48:01 +0000</pubDate>
   <guid isPermaLink="true">https://www.msspeech-forum.com/u-0020and-what-is-this_topic40_post185.html#185</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;{u+0020}And&quot; What is this? : Daniel,Do you have the &amp;#034;Format_That.WSRMac&amp;#034;...]]></title>
   <link>https://www.msspeech-forum.com/u-0020and-what-is-this_topic40_post184.html#184</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.msspeech-forum.com/member_profile.asp?PF=39">BradT</a><br /><strong>Subject:</strong> 40<br /><strong>Posted:</strong> 14/Nov/2008 at 1:10pm<br /><br />Daniel,<br><br>Do you have the "Format_That.WSRMac"&nbsp; or "Symbol_That.WSRMac" macros loaded?&nbsp; If so, that is probably the culprit.<br><br>The <font size="2">{u+0020} is unicode representation for the space character, so I suspect it's in one of your macros somewhere...&nbsp; Have a look in your Speech Macros directory and let us know what you find.<br><br>Brad<br><br></font>]]>
   </description>
   <pubDate>Fri, 14 Nov 2008 13:10:40 +0000</pubDate>
   <guid isPermaLink="true">https://www.msspeech-forum.com/u-0020and-what-is-this_topic40_post184.html#184</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;{u+0020}And&quot; What is this? :   dtee wrote:Where is this coming...]]></title>
   <link>https://www.msspeech-forum.com/u-0020and-what-is-this_topic40_post183.html#183</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.msspeech-forum.com/member_profile.asp?PF=7">mmarkoe</a><br /><strong>Subject:</strong> 40<br /><strong>Posted:</strong> 14/Nov/2008 at 12:55pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by dtee" alt="Originally posted by dtee" style="vertical-align: text-bottom;" /> <strong>dtee wrote:</strong><br /><br /><FONT size=2>Where is this coming from? I don't have a WSR macro listening for "clone". Has anyone else had this happen?</FONT></td></tr></table> <DIV>First thing I would do is check my Added Words to see if it accidentally was saved. Right click the microphone on the SpeechBar. Then select Change existing words. Then select edit a word to see if <FONT size=2>"clonethen" or "cloneAnd" is there?</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Marty</FONT></DIV>]]>
   </description>
   <pubDate>Fri, 14 Nov 2008 12:55:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.msspeech-forum.com/u-0020and-what-is-this_topic40_post183.html#183</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;{u+0020}And&quot; What is this? : Could the following possibly be...]]></title>
   <link>https://www.msspeech-forum.com/u-0020and-what-is-this_topic40_post182.html#182</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.msspeech-forum.com/member_profile.asp?PF=52">dtee</a><br /><strong>Subject:</strong> 40<br /><strong>Posted:</strong> 14/Nov/2008 at 11:43am<br /><br /><P><FONT size=2>Could the following possibly be a bug in the WSR Toolkit? A random example: I say the single word "plane"; the WSR toolbar window displays: "clonethen" or "cloneAnd", and the text written is{u+0020}then" or "{u+0020}And".  There are variations on this theme, but there is always the same bracketed character code&nbsp;(for space, as I recall)&nbsp;followed by some word that was never spoken.</P><P>Where is this coming from? I don't have a WSR macro listening for "clone".  Has anyone else had this happen?</P><DIV>Thanks&nbsp;for any clues.</DIV><DIV>&nbsp;</DIV><DIV>Daniel</FONT></DIV>]]>
   </description>
   <pubDate>Fri, 14 Nov 2008 11:43:19 +0000</pubDate>
   <guid isPermaLink="true">https://www.msspeech-forum.com/u-0020and-what-is-this_topic40_post182.html#182</guid>
  </item> 
 </channel>
</rss>