<?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/11425" />

	<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-02-26T16:31:35-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-02-26T16:31:35-04:00</updated>

		<published>2006-02-26T16:31:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60672#p60672</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60672#p60672"/>
		<title type="html"><![CDATA[Why a &quot; ² &quot; become &quot; ? &quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60672#p60672"><![CDATA[
yes, unless you can change the default encoding thats used. I dont know if the default is the eggdrops default or the systems default. Because eggdrop should use iso-8659-1 which supports these characters your shell probably uses us-ascii which is not that good imho. But maybe its also strict UTF-8 which of course does not recognize single byte values over 127.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sun Feb 26, 2006 4:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Caribou]]></name></author>
		<updated>2006-02-26T15:40:09-04:00</updated>

		<published>2006-02-26T15:40:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60668#p60668</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60668#p60668"/>
		<title type="html"><![CDATA[Why a &quot; ² &quot; become &quot; ? &quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60668#p60668"><![CDATA[
Thanks De Kus,<br><br>I did a search about encoding and i find out a solution, i used <strong class="text-strong">fconfigure</strong> command, i don't really know where to had it, so i made it just before writing in my text file. and now when i open the .txt file i got the " ² " instead of " ? " <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> <br><div class="codebox"><p>Code: </p><pre><code> if {![catch {set fileWri [open nick2.txt w]}]} {   fconfigure $fileWri -encoding binary   puts $fileWri "$arg"   close $fileWri }</code></pre></div>But re-using fconfigure each times i write in my .txt is the right thing to do i hope?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4823">Caribou</a> — Sun Feb 26, 2006 3:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-02-26T10:49:45-04:00</updated>

		<published>2006-02-26T10:49:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60660#p60660</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60660#p60660"/>
		<title type="html"><![CDATA[Why a &quot; ² &quot; become &quot; ? &quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60660#p60660"><![CDATA[
read about character tables and character encodings.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sun Feb 26, 2006 10:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Caribou]]></name></author>
		<updated>2006-02-26T02:00:02-04:00</updated>

		<published>2006-02-26T02:00:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60656#p60656</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60656#p60656"/>
		<title type="html"><![CDATA[Why a &quot; ² &quot; become &quot; ? &quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60656#p60656"><![CDATA[
Hello, i have a weird bug about a character, the " ² ", when i write it in a text file, it make it " ? ", and i don't really understand why, i can't find any thread about this, maybe i didn't used the correct key-words to find it but well.<br><br>Someone have any clue about this ?<br><br>I guess the " ² " isn't the only character who is affected.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4823">Caribou</a> — Sun Feb 26, 2006 2:00 am</p><hr />
]]></content>
	</entry>
	</feed>
