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

	<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-03-13T17:28:24-04:00</updated>

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

		<entry>
		<author><name><![CDATA[burek]]></name></author>
		<updated>2006-03-13T17:28:24-04:00</updated>

		<published>2006-03-13T17:28:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61041#p61041</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61041#p61041"/>
		<title type="html"><![CDATA[HOW:enabling/switching to UTF-8 or CentralEuropean encoding?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61041#p61041"><![CDATA[
Hi everybody,<br><br>I apologize if this question has been asked before, but I couldn't find the answer even after searching this forum, so, here it is.<br><br>Shortly, I have a working tcl script on my eggdrop which collects some data from a certain web site and parses it before displaying the data on the irc channel. Ok, so, the only problem here is the web page is UTF-8 encoded, so I get all the text correct except for some characters which, obviously don't display when putlog-ed on irc channel. And not only that, those characters even stop printing of the other characters after them.<br><br>Lets say I have a string (on the web page) like this:<br>"abcdefXghijk" (where X is a double byte UTF-8 encoded letter)<br><br>after I grab the page in the buffer and print it with a putlog on irc, I get this:<br>"abcdef"<br>and that's it. I can guess it has something to do with the null character or so, but to be honest I don't know how to solve this..<br><br>So, I've seen some posts about:<br>[encoding convertfrom identity $a]<br>or something like that, but I don't have it in my documentation, and I would like to ask if you can help me how to solve this problem..<br><br>P.S. I'm using egghttp.tcl for async socket connections, but I don't think it's the one who is responsible for this behavior..?<br><br><br>Thanx a lot in advance,<br>burek.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7495">burek</a> — Mon Mar 13, 2006 5:28 pm</p><hr />
]]></content>
	</entry>
	</feed>
