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.

Chars

Help for those learning Tcl or writing their own scripts.
Post Reply
e
emoD
Voice
Posts: 5
Joined: Mon Mar 17, 2008 10:02 am

Chars

Post by emoD »

Hello...

I Figured Out How To Work With UDP Sockets But I Need Erm...Chars
When I Type These Chars In Eggdrop File ÿÿÿÿ It Converts Into ????
So I Need Like chr() Function Or Something Else To Send These Chars Throught Socket?
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

you gotta use the backslash to escape before using special characters like those, otherwise they will be misinterpreted by tcl, so instead of "ÿÿÿ", do "\ÿ\ÿ\ÿ"
Post Reply