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

	<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>2020-08-23T04:09:14-04:00</updated>

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

		<entry>
		<author><name><![CDATA[raider2k]]></name></author>
		<updated>2020-08-23T04:09:14-04:00</updated>

		<published>2020-08-23T04:09:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108908#p108908</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108908#p108908"/>
		<title type="html"><![CDATA[[SOLVED] which encoding for displaying ascii chars?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108908#p108908"><![CDATA[
Tried a lot with iconv and it took me a very long time to figure the right set. In the end I could not say which setting was the correct one for iconv as I changed back to a latin locale on the eggdrop system and the owner of the ircd also upgraded to a newer version.<br><br>As a matter of fact iconv helped and I learnt something new. Thanks CrazyCat!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9589">raider2k</a> — Sun Aug 23, 2020 4:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[raider2k]]></name></author>
		<updated>2020-06-17T02:03:05-04:00</updated>

		<published>2020-06-17T02:03:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108572#p108572</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108572#p108572"/>
		<title type="html"><![CDATA[[SOLVED] which encoding for displaying ascii chars?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108572#p108572"><![CDATA[
ok, that's new to me. before I look into it: how can I find out what is the current encoding of a file?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9589">raider2k</a> — Wed Jun 17, 2020 2:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2020-06-17T00:52:20-04:00</updated>

		<published>2020-06-17T00:52:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108571#p108571</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108571#p108571"/>
		<title type="html"><![CDATA[[SOLVED] which encoding for displaying ascii chars?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108571#p108571"><![CDATA[
Are your scripts in utf-8 ? try to use iconv with a faulty one to ensure it is, and reload it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Wed Jun 17, 2020 12:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[raider2k]]></name></author>
		<updated>2020-08-23T04:06:38-04:00</updated>

		<published>2020-06-16T23:29:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108570#p108570</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108570#p108570"/>
		<title type="html"><![CDATA[[SOLVED] which encoding for displaying ascii chars?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108570#p108570"><![CDATA[
hello everyone,<br><br>I'm soon migrating to a newer debian version as support for the older ones will be dropped. to be prepared I installed debian 10 and installed latest eggdrop version.<br><br>as I have lots of ascii characters in my scripts outputs (like • or » or german and nordic letters like ö) they are now not getting displayed correctly on irc. On the new system they appear as Â• or Â» on the irc.<br>This is not a new issue which is why in the past I chose a latin1 or latin15 charset (dpkg-reconfigure locales), logged on to ssh with new locale settings, had eggdrop die, start it up again and it used to work. I was not successful with this this time...<br><br>I tried he following locales:<br>- en_US.UTF-8<br>- en_US ISO-8859-1<br>- en_US.ISO-8859-15<br>- de_DE.UTF-8<br>- de_DE@euro ISO-8859-15<br><br>and every time did a fresh ssh logon, then bot restart.<br><br>when I use alt+numpad to type those letters they show up correctly in the terminal (ssh) window. they also look correct when I type them into a tcl script - unless those chars are in a tcl file already when opening one, then they look like a block. I put such a character in a txt file and let it cat to terminal window: displayed ok.<br>Because of that I also tried using the utf-8 codes, such as \xBB but I get the same result regardless of system locale set. however when I do "putlog "» - \xBB" both show up ok in eggdrop telnet session. It is not irc server related as it worked on the same networks before.<br><br>I really hope someone can help with this issue bc I don't know what to do anymore to display those characters correctly again <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>thx to everyone right away!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9589">raider2k</a> — Tue Jun 16, 2020 11:29 pm</p><hr />
]]></content>
	</entry>
	</feed>
