On 01/02/2008, Jeffrey Ratcliffe <[EMAIL PROTECTED]> wrote:
> Here's a demo trying to send/recv a utf8 character. It crashes with:

Apologies for the noise. The solution is

binmode $reader, ':utf8';
binmode $writer, ':utf8';

AFTER the socketpair call. I had previously tried putting binmode
immediately after creating the filehandle.

Regards

Jeff
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to