I have trubles with special norwegian characters. The bot is ordered to join #Tromsø in the config-file, but ends up in #TromsÃ. If I do a ".+chan #Tromsø", the bot joins as it should. But whenever the bot is restarted it won't join again.
I've come across this before but I can't remember the workaround. Any ideas?
Shouldn't matter, I copied the file directly from another eggdrop install made earlier today. Used ASCII ftp-transfer. And the other eggrdrop runs fine without any encoding system-entry in the configfile.
the thing that actually matters is operating system's locale; your new host obviously has different locale set than the old one, so you need to find out what the old locale is and use that in [encoding system]
I've allready tried doing a "export LANG=no_NO" which is Norwegian. Still the same result in eggdrop, but at least the "ø" is displayed correctly in joe..
eggdrop (actually Tcl) doesn't care about exported LANG and operating system's locale; it needs to be told explicitly which encoding should be used when translating external strings to its internal unicode representation