Could someone pls help me out here? My tcl scripts are giving me a hard time
cause one of my channel's now include the letter "ø" twice (o with slash).
They doesnt work at all. Im running redhat 7.1, tcl 8.3 and eggdrop1.6.6
Is there any reciept to patch or avoid this trouble? I have tried with ascii code, but that just messes things up even more...
I have the same problem, and there is a user from this forum(i think ´stdragon´) that had said a patch for this, but exactly with this I don´t obtained to make to function. But I find that it did not know to apply patch correctly. Perhaps it can in explaining them again better..
Hmmz.. I downloaded the 1.6-current eggdrop, but it didnt seem to help much either. I got a little diffrent errors this time. But stil not anything i can fix myself. Hope they will fix this before they release the 1.6.7 eggdrop. Cause i know this has been a problem for users quite a while.
About that patch you are reffering to; in what stage of the compiling prosses of the eggdrop is that patch supposed to be run? Before,after,recompiling? Pls be more spesific, tried it once but only got a hand full of Hunk-errors.
If you downloaded the 1.6-current.tar.gz from the eggheads ftp, you don't need to install the patch yourself, as it has allready been included in the code.
If you want to install the patch yourself, then you should:
download eggdrop1.6.6.tar.gz
unpack it
cd eggdrop1.6
download patch to this dir
patch -p1 < utf_solution2.patch
Now you can configure and make as normal
If you still get problems from this, try to post a detailed example of the problem occuring. If the problem is different to the original one, post a detail report on the first problem as well. This will help stdragon (and the other coders) to locate where the problems still exist.
Oki.. here goes...
I unrared the eggdrop1.6.6, downloaded the patch to the same dir. Runned the patch, and this is the result:
patch -p1 < utf_solution2.patch
patching file src/botmsg.c
Hunk #1 FAILED at 55.
1 out of 1 hunk FAILED -- saving rejects to file src/botmsg.c.rej
missing header for unified diff at line 15 of patch
can't find file to patch at input line 15
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
| for (i = 0; i < dcc_total; i++)
--------------------------
File to patch:
Maybe you have an incompatible version of patch. It was created with:
diff - GNU diffutils version 2.7
And it applies correctly with my:
patch 2.5.4
Try checking the manual page for patch ("man patch") and look for an argument you can pass to make it compatible with gnu patch, or try a context patch or something.
Well.. i have tried to run several htmlstats tcl-scripts, but one of my #channels is contains two "ø"'s in the name, and this kills the bot compleatly. Have tried the 1.6current version as well, but with no luck.. its a little sad, cause when i finaly got to buy myself a .nu domain, that supports "ø" (or other high bit characters), i still cant get irc stats for my webpage... :-/