| View previous topic :: View next topic |
| Author |
Message |
Arnold_X-P Master

Joined: 30 Oct 2006 Posts: 221 Location: DALnet - Trinidad - Beni - Bolivia
|
Posted: Thu Oct 17, 2019 8:51 pm Post subject: help in utf8 in eggdrop v1.8.4 |
|
|
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 _________________
thanks to that they help, that others learn  |
|
| Back to top |
|
 |
Cadaver Voice
Joined: 04 Dec 2018 Posts: 18 Location: México
|
Posted: Fri Oct 18, 2019 11:43 am Post subject: |
|
|
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: | if (encoding == NULL) {
encoding = "iso8859-1";
} |
Change for:
| Code: | | encoding = "utf-8"; |
Then compile and run. _________________ -- [ Soluciones Hosting ] -- [ ElChatIRC ] -- |
|
| Back to top |
|
 |
Arnold_X-P Master

Joined: 30 Oct 2006 Posts: 221 Location: DALnet - Trinidad - Beni - Bolivia
|
Posted: Tue Oct 22, 2019 4:00 pm Post subject: |
|
|
That way does not work anymore I tried, it only works in older versions _________________
thanks to that they help, that others learn  |
|
| Back to top |
|
 |
|