UTF8

How to change the tcl encoding system into utf-8?

By default the eggdrop encoding is Tcl: iso8859-1

You will need to recompile the eggdrop, but before recompiling the eggdrop. Need to edit the src/tcl.c and add the this line encoding = "utf-8"; on line 738.