On Wed, 2005-05-04 at 13:40 -0700, Mathieu Longtin wrote: > Actually, you should do a use bytes before you calculate > the length. Otherwise, unicode strings will get the number > of characters, not bytes, and send the wrong length.
poe itself does a use bytes on startup so doing that again here is not necessary. -- sungo
