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

	<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>2001-12-12T16:24:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-12T16:24:00-04:00</updated>

		<published>2001-12-12T16:24:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2678#p2678</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2678#p2678"/>
		<title type="html"><![CDATA[accent]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2678#p2678"><![CDATA[
thank you very much stdragon!<p>Statistics: Posted by Guest — Wed Dec 12, 2001 4:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2001-12-12T07:47:00-04:00</updated>

		<published>2001-12-12T07:47:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2656#p2656</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2656#p2656"/>
		<title type="html"><![CDATA[accent]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2656#p2656"><![CDATA[
Use regular expressions, and make the answer mask like this:<br><br>(é|è|e)lise<br><br>A rougher way of doing it is to substitute the non-accented letter for the accented one:<br><br># User's guess<br>set guess "èlïse"<br><br>regsub -all è|é|ê|ë $guess e guess<br>regsub -all ì|í|î|ï $guess i guess<br>regsub -all ò|ó|ô|õ|ö $guess o guess<br>regsub -all à|á|â|ã|ä|å|æ $guess a guess<br># now guess doesn't have those accents..<br># do the same for the other accents<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Wed Dec 12, 2001 7:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-11T21:10:00-04:00</updated>

		<published>2001-12-11T21:10:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2647#p2647</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2647#p2647"/>
		<title type="html"><![CDATA[accent]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2647#p2647"><![CDATA[
hi everybody.<br><br>My question is about a game (wordgame). Some answers come with accents. Is there a way to accept the answer even if the accent are not correctly done. ?<br><br>excuse my english :-/ <br><br>exemple :<br>the answer is "élise"<br>i would like that "èlise" or "elise" would be accepted.<br><br>anyone have a suggestion? thank you for help <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><br><br><p>Statistics: Posted by Guest — Tue Dec 11, 2001 9:10 pm</p><hr />
]]></content>
	</entry>
	</feed>
