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

	<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>2004-03-14T03:30:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-03-14T03:30:38-04:00</updated>

		<published>2004-03-14T03:30:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34584#p34584</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34584#p34584"/>
		<title type="html"><![CDATA[Having trouble with accentuated letters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34584#p34584"><![CDATA[
Thanks strikelight!<br><br>[string map {á a} [encoding convertto iso8859-1 $str]] works fine.<br><br>Zed.<p>Statistics: Posted by Guest — Sun Mar 14, 2004 3:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2004-03-12T19:07:19-04:00</updated>

		<published>2004-03-12T19:07:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34528#p34528</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34528#p34528"/>
		<title type="html"><![CDATA[Having trouble with accentuated letters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34528#p34528"><![CDATA[
Try looking at the tcl manpage entry for "encoding".<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Fri Mar 12, 2004 7:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-03-12T05:26:12-04:00</updated>

		<published>2004-03-12T05:26:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34506#p34506</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34506#p34506"/>
		<title type="html"><![CDATA[Having trouble with accentuated letters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34506#p34506"><![CDATA[
Hi!<br><br>I have a proc that is supposed to get the accents off its input strings, like this example proc : proc unacc {str} {return [string map {á a} $str]}<br><br>Now let's say I put an 'á' into a file, and then use unacc [gets ...] the proc will convert it to 'a' correctly. But if I try to use it with binds, or through DCC (using .tcl ...) it just returns an 'á' like the 'á' in the string map function didn't the 'á' I just typed in.<br><br>Does anybody have an idea how I could solve this problem ? (right now I'm writing everything into temporary files before processing, but this just does not seem to be the right solution <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":-)" title="Smile"><br><br>Thanks,<br>      Zed.<p>Statistics: Posted by Guest — Fri Mar 12, 2004 5:26 am</p><hr />
]]></content>
	</entry>
	</feed>
