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

	<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>2002-01-29T20:28:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-01-29T20:28:00-04:00</updated>

		<published>2002-01-29T20:28:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4174#p4174</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4174#p4174"/>
		<title type="html"><![CDATA[translate or quote command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4174#p4174"><![CDATA[
I don't have koi8 on my tclsh, but I do have koi8-r, which I'm assuming is similar:<br><div class="codebox"><p>Code: </p><pre><code>set a [encoding convertfrom koi8-r $koi8text]set b [encoding convertto cp1251 $a]</code></pre></div>Be aware, though, that your $koi8text variable has to actually be in koi8 format. If you read it in with the 'source' command, it will be iso8859-1, always. Read the man page for "encoding" at tcl.activestate.com or dev.scriptics.com.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Tue Jan 29, 2002 8:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-29T02:02:00-04:00</updated>

		<published>2002-01-29T02:02:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4141#p4141</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4141#p4141"/>
		<title type="html"><![CDATA[translate or quote command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4141#p4141"><![CDATA[
How i can translate with tcl text from koi8 to cp1251 ? or how i can do command /quote for bot from tcl ? <br>please help me <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><p>Statistics: Posted by Guest — Tue Jan 29, 2002 2:02 am</p><hr />
]]></content>
	</entry>
	</feed>
