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

	<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>2008-03-12T21:41:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[zhjwp]]></name></author>
		<updated>2008-03-12T21:41:34-04:00</updated>

		<published>2008-03-12T21:41:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81646#p81646</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81646#p81646"/>
		<title type="html"><![CDATA[What wrong?-- puts -nonewline $file_no \xc0]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81646#p81646"><![CDATA[
Thanks a lot! It is a great help!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9775">zhjwp</a> — Wed Mar 12, 2008 9:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2008-03-12T13:35:22-04:00</updated>

		<published>2008-03-12T13:35:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81640#p81640</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81640#p81640"/>
		<title type="html"><![CDATA[Re: What wrong?-- puts -nonewline $file_no \xc0]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81640#p81640"><![CDATA[
<blockquote class="uncited"><div>What is wrong?</div></blockquote>utf-8<br><br>You probably want <div class="codebox"><p>Code: </p><pre><code>fconfigure $file_no -translation binary</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Wed Mar 12, 2008 1:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[zhjwp]]></name></author>
		<updated>2008-03-12T03:58:22-04:00</updated>

		<published>2008-03-12T03:58:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81635#p81635</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81635#p81635"/>
		<title type="html"><![CDATA[What wrong?-- puts -nonewline $file_no \xc0]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81635#p81635"><![CDATA[
#!/usr/bin/expect -f<br><br>set file_no [open ./test w]<br>puts -nonewline $file_no \xc0<br><br>But the output is two bytes: 0xc3 0x80.<br>(If it is \x7c, it is can be output correctly. It seems that as long as the highest bit is 1, the output is incorrect)<br>What is wrong?<br><br>Thanks!!!<br><br>zhang<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9775">zhjwp</a> — Wed Mar 12, 2008 3:58 am</p><hr />
]]></content>
	</entry>
	</feed>
