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 for those learning Tcl or writing their own scripts.
-
Reynaldo
- Halfop
- Posts: 54
- Joined: Wed May 11, 2005 2:51 am
Post
by Reynaldo »
Code: Select all
if {[regexp {\xa4} [encoding convertfrom utf-8 $rname]] == 1 || [string length $rname] > 45} {..}
Finally it's working perfect!!
Thank you very much Guys.