<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/12104" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2006-07-06T07:26:37-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/12104</id>

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-07-06T07:26:37-04:00</updated>

		<published>2006-07-06T07:26:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64513#p64513</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64513#p64513"/>
		<title type="html"><![CDATA[Some characters aren't correctly handed by the eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64513#p64513"><![CDATA[
what hex codes are these? Are they D1A5?<br>I have seen similar problems involving non-alphamumeric iso-8859-1 bytes. No idea why it transforms them since eggdrop is supposed to do no encode changing.<br>Only thing I can say is that it happens same for ^-^.<br><br>.tcl putdcc 15 Ñ¥<br>[13:06:59] tcl: builtin dcc call: *dcc:tcl De_Kus 15 putdcc 15 e<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Thu Jul 06, 2006 7:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KnuX]]></name></author>
		<updated>2006-07-06T03:23:39-04:00</updated>

		<published>2006-07-06T03:23:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64511#p64511</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64511#p64511"/>
		<title type="html"><![CDATA[Some characters aren't correctly handed by the eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64511#p64511"><![CDATA[
What can I do if I want the eggdrop to distinguish "Ñ¥" and 'e' ?<br><br>I don't understand your reply, sorry but thanks you <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7940">KnuX</a> — Thu Jul 06, 2006 3:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2006-07-06T00:53:43-04:00</updated>

		<published>2006-07-06T00:53:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64508#p64508</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64508#p64508"/>
		<title type="html"><![CDATA[Some characters aren't correctly handed by the eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64508#p64508"><![CDATA[
the bot's environment most likely defaults to ISO-8859-1 encoding for text, eggdrop <strong class="text-strong">may</strong> use those characters if you change that (and possibly recompile after changing default language)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Thu Jul 06, 2006 12:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KnuX]]></name></author>
		<updated>2006-07-05T16:36:12-04:00</updated>

		<published>2006-07-05T16:36:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64506#p64506</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64506#p64506"/>
		<title type="html"><![CDATA[Some characters aren't correctly handed by the eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64506#p64506"><![CDATA[
Hi all,<br><br>I have an eggdrop with the following caracteristics :<br>- eggdrop v1.6.17: 50 users (mem: 1958k).<br>- OS: FreeBSD 6.1-PRERELEASE<br>- Tcl librairies: /usr/local/lib/tcl8.4<br>- Tcl version: 8.4.11 (header version 8.4.7)<br><br>I notice that it replaces 2 caractères to an other one, as these examples show us :<div class="codebox"><p>Code: </p><pre><code>.tcl putlog "#blablaÑ¥"</code></pre></div><blockquote class="uncited"><div>tcl: builtin dcc call: *dcc:tcl KnuX 39 putlog "#blablae"<br>tcl: evaluate (.tcl): putlog "#blablae"<br>#blablae</div></blockquote><div class="codebox"><p>Code: </p><pre><code>.msg KnuX "#blablaÑ¥"</code></pre></div><blockquote class="uncited"><div>tcl: builtin dcc call: *dcc:msg KnuX 39 KnuX "#blablae"<br>#KnuX# msg KnuX "#blablae"<br>[!h] PRIVMSG KnuX :"#blablae"</div></blockquote>I am wondering about the reasons of this phenomenon. In this case, if an IRC message contains the "Ñ¥" characters, eggdrop will think it's a 'e' and in fact, its ambiguous.<br><br>For example, for the eggdrop, the "#Ñ¥" channel will be the same as the "#e" channel...<br><br>I know that "Ñ¥" isn't used everyday, but I am disturbed by this behaviour.<br><br>If anyone can help me to understand... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7940">KnuX</a> — Wed Jul 05, 2006 4:36 pm</p><hr />
]]></content>
	</entry>
	</feed>
