<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[&#96;&lt;&#96; followed by alphabetical caracters don&#x27;t show up in the console.]]></title><description><![CDATA[<p>I was testing out some basic equalities in the console and found out that, everytime a line must display <code>&lt;</code> followed by an alphabetical caracters, the displayed line is truncated from there.</p>
<p>For example this is what I get when I ask the console <code>(5&lt;false)</code> or <code>&quot;abc&lt;def&quot;</code> :</p>
<pre><code>&gt; (5
&lt; false

&gt; &quot;abc
&lt; abc
</code></pre>
<p><code>&lt;</code> followed by numbers, white spaces or other special characters will work properly. Accentuated caracters count as special caracters.</p>
<pre><code>&gt; (5&lt;6)
&lt; true

&gt; &quot;abc&lt; def&quot;
&lt; abc&lt; def

&gt; &quot;abc&lt;é&quot;
&lt; abc&lt;é
</code></pre>
<p>The inputs commands don't seem to be misinterpreted, it's only a visual glitch.</p>
]]></description><link>http://screeps.com/forum/topic/2479/followed-by-alphabetical-caracters-don-t-show-up-in-the-console</link><generator>RSS for Node</generator><lastBuildDate>Tue, 10 Mar 2026 18:40:30 GMT</lastBuildDate><atom:link href="http://screeps.com/forum/topic/2479.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 01 Dec 2018 15:40:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &#96;&lt;&#96; followed by alphabetical caracters don&#x27;t show up in the console. on Sat, 01 Dec 2018 15:40:49 GMT]]></title><description><![CDATA[<p>I was testing out some basic equalities in the console and found out that, everytime a line must display <code>&lt;</code> followed by an alphabetical caracters, the displayed line is truncated from there.</p>
<p>For example this is what I get when I ask the console <code>(5&lt;false)</code> or <code>&quot;abc&lt;def&quot;</code> :</p>
<pre><code>&gt; (5
&lt; false

&gt; &quot;abc
&lt; abc
</code></pre>
<p><code>&lt;</code> followed by numbers, white spaces or other special characters will work properly. Accentuated caracters count as special caracters.</p>
<pre><code>&gt; (5&lt;6)
&lt; true

&gt; &quot;abc&lt; def&quot;
&lt; abc&lt; def

&gt; &quot;abc&lt;é&quot;
&lt; abc&lt;é
</code></pre>
<p>The inputs commands don't seem to be misinterpreted, it's only a visual glitch.</p>
]]></description><link>http://screeps.com/forum/post/12249</link><guid isPermaLink="true">http://screeps.com/forum/post/12249</guid><dc:creator><![CDATA[Estecka]]></dc:creator><pubDate>Sat, 01 Dec 2018 15:40:49 GMT</pubDate></item><item><title><![CDATA[Reply to &#96;&lt;&#96; followed by alphabetical caracters don&#x27;t show up in the console. on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/2591">@estecka</a> This is intended so a player can use HTML tags in his console messages.</p>
]]></description><link>http://screeps.com/forum/post/12256</link><guid isPermaLink="true">http://screeps.com/forum/post/12256</guid><dc:creator><![CDATA[o4kapuk]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to &#96;&lt;&#96; followed by alphabetical caracters don&#x27;t show up in the console. on Invalid Date]]></title><description><![CDATA[<p>Didn't know it was possible to use HTML in the console, that seems neat. (Is there a list of what we can and can't use ?)<br />
However I believe it would still be possible to detect at least uncomplete tag and limit this phenomenon. (A <code>&lt;</code> without a <code>&gt;</code> is nothing of a tag.)</p>
]]></description><link>http://screeps.com/forum/post/12299</link><guid isPermaLink="true">http://screeps.com/forum/post/12299</guid><dc:creator><![CDATA[Estecka]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to &#96;&lt;&#96; followed by alphabetical caracters don&#x27;t show up in the console. on Invalid Date]]></title><description><![CDATA[<p>the client is just a browser, and your message is simply attached without being processed by the server. you can do everything if you want .. including executing javascript by using script tags.</p>
]]></description><link>http://screeps.com/forum/post/12309</link><guid isPermaLink="true">http://screeps.com/forum/post/12309</guid><dc:creator><![CDATA[W4rl0ck]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>