This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post . Click the X in the top right-corner of this box to dismiss this message.
Help for those learning Tcl or writing their own scripts.
ultralord
Master
Posts: 255 Joined: Mon Nov 06, 2006 6:52 pm
Post
by ultralord » Fri Aug 17, 2012 6:31 am
Hello i make one script and i read some infos from my site from mysql and when the eggdrop output the results i have problem with greek chars
[13:20:01] <@bot> «« Latest Article on Site : Title: Soon.. ???? Server .. Link: http://..... Check it.. »»
the ???? is greek word on my mysql ..does anyone know how i can fix it to output the greek word ?
You need a iRC bot for your CS Gameserver? Rent one
here
ultralord
Master
Posts: 255 Joined: Mon Nov 06, 2006 6:52 pm
Post
by ultralord » Wed Aug 22, 2012 7:24 am
someone?
You need a iRC bot for your CS Gameserver? Rent one
here
Johannes13
Halfop
Posts: 46 Joined: Sun Oct 10, 2010 11:38 am
Post
by Johannes13 » Wed Sep 05, 2012 2:36 pm
You could try to use [encoding convertto utf-8 $str] to send the bytes as utf-8 to the server. If your channel uses an other encoding, use that instead of utf-8