<?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[Special caracters aren&#x27;t properly pulled from github.]]></title><description><![CDATA[<p>Screeps usually handles special caracters and emoji well when using the ingame editor and console; but when I tried pulling scripts from githubs, they all got messed up. The result looks pretty much like what you'd get when changing the encoding of a text.</p>
<p>On local, I've tried saving the files in a variety of format (UTF-8, ISO-8859, windows-1252); the caracters always looked good when looking at the files on github, but never made it through to screeps. (UTF-16 was the worse: it added a few caracters at the begining of the file, making it unable to run at all.)</p>
]]></description><link>http://screeps.com/forum/topic/2503/special-caracters-aren-t-properly-pulled-from-github</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 09:09:05 GMT</lastBuildDate><atom:link href="http://screeps.com/forum/topic/2503.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 16 Dec 2018 00:01:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Special caracters aren&#x27;t properly pulled from github. on Invalid Date]]></title><description><![CDATA[<p>Screeps usually handles special caracters and emoji well when using the ingame editor and console; but when I tried pulling scripts from githubs, they all got messed up. The result looks pretty much like what you'd get when changing the encoding of a text.</p>
<p>On local, I've tried saving the files in a variety of format (UTF-8, ISO-8859, windows-1252); the caracters always looked good when looking at the files on github, but never made it through to screeps. (UTF-16 was the worse: it added a few caracters at the begining of the file, making it unable to run at all.)</p>
]]></description><link>http://screeps.com/forum/post/12432</link><guid isPermaLink="true">http://screeps.com/forum/post/12432</guid><dc:creator><![CDATA[Estecka]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Special caracters aren&#x27;t properly pulled from github. on Invalid Date]]></title><description><![CDATA[<p>Uhm git (your client) may automatically convert stuff while uploading, so you need to check your settings.</p>
]]></description><link>http://screeps.com/forum/post/12435</link><guid isPermaLink="true">http://screeps.com/forum/post/12435</guid><dc:creator><![CDATA[MrFaul]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Special caracters aren&#x27;t properly pulled from github. on Invalid Date]]></title><description><![CDATA[<p>I'm using sourcetree, I'm not familiar with the command line tool. I've had a dive through the settings and didn't find anything on that matter. (Though I should be able to run some commands if you want me to.)</p>
<p>Anyways, I'd bee really surprised if it was sourcetree re-encoding the files before pushing : Everything looks fine on github, and if I re-download and open the files form there, everything is in order and I find them encoded the way I uploaded them.</p>
<p>Do you (or anyone) not have this issue ?</p>
]]></description><link>http://screeps.com/forum/post/12437</link><guid isPermaLink="true">http://screeps.com/forum/post/12437</guid><dc:creator><![CDATA[Estecka]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Special caracters aren&#x27;t properly pulled from github. on Invalid Date]]></title><description><![CDATA[<p>I tried creating a new file in the repository directly from Github's website, and as expected, I'm getting the same result a before: github gets the caracters, right but Screeps doesn't.</p>
]]></description><link>http://screeps.com/forum/post/12456</link><guid isPermaLink="true">http://screeps.com/forum/post/12456</guid><dc:creator><![CDATA[Estecka]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Special caracters aren&#x27;t properly pulled from github. on Invalid Date]]></title><description><![CDATA[<p>could you post the Charakters in question?<br />
btw, how do you implement them? Copy/paste?</p>
]]></description><link>http://screeps.com/forum/post/12457</link><guid isPermaLink="true">http://screeps.com/forum/post/12457</guid><dc:creator><![CDATA[MrFaul]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Special caracters aren&#x27;t properly pulled from github. on Thu, 20 Dec 2018 11:26:13 GMT]]></title><description><![CDATA[<p>You can have a samples in the files here :  <a href="https://github.com/Estecka/Screeps/blob/master/Assets/Test.js" rel="nofollow">Test</a>, <a href="https://github.com/Estecka/Screeps/blob/master/Assets/_Archive.Emoji.js" rel="nofollow">_Archive.Emoji</a></p>
<p>The emojis were copy-pasted from <a href="https://emojipedia.org/" rel="nofollow">Emojipedia</a>. Accentuated caracters are native to my french Azerty keyboard. The other fancier caracters were originally copied from Window's Caracter Table, but then implemented into a custom keyboard language so I could type them directly.</p>
<p>The caracters I'd use the most are <code>é</code>, <code>è</code>, <code>∞</code>, <code>¡</code>, <code>¿</code></p>
]]></description><link>http://screeps.com/forum/post/12458</link><guid isPermaLink="true">http://screeps.com/forum/post/12458</guid><dc:creator><![CDATA[Estecka]]></dc:creator><pubDate>Thu, 20 Dec 2018 11:26:13 GMT</pubDate></item><item><title><![CDATA[Reply to Special caracters aren&#x27;t properly pulled from github. on Thu, 20 Dec 2018 13:01:48 GMT]]></title><description><![CDATA[<p>Ah OK you used them directly in your code, that is not a good idea.<br />
Use the codepoint instead, that is way safer and generally advised on the interwebs.</p>
<p>Even then, results may vary because a lot off emoji are very badly standardized and depend on the font which is used.<br />
(Emoji are basically keywords that are displayed with a icon, but it doesn't mean that people have different opinions/interpretations how one should look)</p>
<p>a example <img
      src="http://screeps.com/forum/plugins/nodebb-plugin-emoji/emoji/android/1f5a5.png?v=a1k070tfs06"
      class="not-responsive emoji emoji-android emoji--desktop_computer"
      title=":desktop_computer:"
      alt="🖥"
    />️ would be <code>U+1F5A5</code> :</p>
<pre><code>Desktop = &quot;\u{1F5A5}&quot;;
</code></pre>
]]></description><link>http://screeps.com/forum/post/12459</link><guid isPermaLink="true">http://screeps.com/forum/post/12459</guid><dc:creator><![CDATA[MrFaul]]></dc:creator><pubDate>Thu, 20 Dec 2018 13:01:48 GMT</pubDate></item><item><title><![CDATA[Reply to Special caracters aren&#x27;t properly pulled from github. on Invalid Date]]></title><description><![CDATA[<p>Didn't know about that notation. Thank for the tip.</p>
<p>I know I can find some of these codes in the Caracter Table, but otherwise how would I find the code associated with any  arbitrary caracter ?</p>
]]></description><link>http://screeps.com/forum/post/12460</link><guid isPermaLink="true">http://screeps.com/forum/post/12460</guid><dc:creator><![CDATA[Estecka]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Special caracters aren&#x27;t properly pulled from github. on Thu, 20 Dec 2018 13:11:41 GMT]]></title><description><![CDATA[<p>windows symbol table under start/utilities<br />
or just google the symbol and write codepoint behind it <img
      src="http://screeps.com/forum/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=a1k070tfs06"
      class="not-responsive emoji emoji-android emoji--slightly_smiling_face"
      title=":-)"
      alt="🙂"
    /><br />
Your emoji lib also gives the codepoint if you scroll a bit down.</p>
]]></description><link>http://screeps.com/forum/post/12461</link><guid isPermaLink="true">http://screeps.com/forum/post/12461</guid><dc:creator><![CDATA[MrFaul]]></dc:creator><pubDate>Thu, 20 Dec 2018 13:11:41 GMT</pubDate></item><item><title><![CDATA[Reply to Special caracters aren&#x27;t properly pulled from github. on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/85">@mrfaul</a> you can also get it by executing <code>charmap</code> from the run prompt... ive memorized way to many run commands in windows... smh lol</p>
]]></description><link>http://screeps.com/forum/post/12466</link><guid isPermaLink="true">http://screeps.com/forum/post/12466</guid><dc:creator><![CDATA[SemperRabbit]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Special caracters aren&#x27;t properly pulled from github. on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/77">@semperrabbit</a> said in <a href="/forum/post/12466">Special caracters aren't properly pulled from github.</a>:</p>
<blockquote>
<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/85">@mrfaul</a> you can also get it by executing <code>charmap</code> from the run prompt... ive memorized way to many run commands in windows... smh lol</p>
</blockquote>
<p>Well that is the essence of a power user, that and keyboard navigation that is so fast that mouse users wonder WTF you are doing <img
      src="http://screeps.com/forum/plugins/nodebb-plugin-emoji/emoji/android/1f606.png?v=a1k070tfs06"
      class="not-responsive emoji emoji-android emoji--laughing"
      title=":laughing:"
      alt="😆"
    /></p>
]]></description><link>http://screeps.com/forum/post/12467</link><guid isPermaLink="true">http://screeps.com/forum/post/12467</guid><dc:creator><![CDATA[MrFaul]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Special caracters aren&#x27;t properly pulled from github. on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/85">@mrfaul</a> yeah, my thing is i hate digging through the start menu. so anything that <em>can</em> be done in the run prompt will be done. and yeah, keyboard shortcuts are clutch. why move your right hand to the mouse if you dont have to. it's just less efficient...</p>
]]></description><link>http://screeps.com/forum/post/12471</link><guid isPermaLink="true">http://screeps.com/forum/post/12471</guid><dc:creator><![CDATA[SemperRabbit]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>