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 in utf8 in eggdrop v1.8.4

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
User avatar
Arnold_X-P
Master
Posts: 226
Joined: Mon Oct 30, 2006 12:19 am
Location: DALnet - Trinidad - Beni - Bolivia
Contact:

help in utf8 in eggdrop v1.8.4

Post by Arnold_X-P »

good night I would like to know how to use the utf8 in eggdrop v1.8.4 try to use it but it does not work for me, someone who helps me configure for my bot to use the utf8. try to recompile it and use tcl but it doesn't work.....Thanks
.:an ideal world:. www.geocities.ws/chateo/yo.htm
my programming place /server ix.scay.net:7005
C
Cadaver
Voice
Posts: 18
Joined: Tue Dec 04, 2018 12:26 pm
Location: México
Contact:

Post by Cadaver »

Maybe ... If you wrote your questions in Spanish and English we could understand you better, because you dont use punctuation marks and your questions are not understandable.

If i am correct and i understood you ... You need to change the encoding to utf-8, for that you need to edit file src/tcl.c and search these lines:

Code: Select all

if (encoding == NULL) {
  encoding = "iso8859-1";
}
Change for:

Code: Select all

encoding = "utf-8";
Then compile and run.
-- [ Soluciones Hosting ] -- [ ElChatIRC ] --
User avatar
Arnold_X-P
Master
Posts: 226
Joined: Mon Oct 30, 2006 12:19 am
Location: DALnet - Trinidad - Beni - Bolivia
Contact:

Post by Arnold_X-P »

That way does not work anymore I tried, it only works in older versions
.:an ideal world:. www.geocities.ws/chateo/yo.htm
my programming place /server ix.scay.net:7005
Post Reply