Re: Utf-8 and Content-Length header

Re: Utf-8 and Content-Length header

am 08.06.2006 16:44:15 von gisle

Pav Lucistnik writes:

> That's what I was doing at first. But I hit some problems, so I tried
> my luck with passing utf8-strings into libwww. I tested my patches,
> they do not affect operation on normal-strings in any way.

binmode($sock, ":utf8") will surely change things for code that tries
to send binary data.

--Gisle