Re: Utf-8 and Content-Length header
Gisle Aas <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <[email protected]> |
Pav Lucistnik <[email protected]> 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