Skip Menu |

This queue is for tickets about the Test-CGI-Multipart CPAN distribution.

Report information
The Basics
Id: 91379
Status: new
Priority: 0/
Queue: Test-CGI-Multipart

People
Owner: Nobody in particular
Requestors: zurom [...] mail.ru
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: v0.0.3
Fixed in: (no value)



Subject: No support for UTF8
Because of binmod without ':utf8' it doaesn't work with UTF local *STDIN; open(STDIN, '<', \$mime_string); binmode STDIN; It should look like binmode STDIN, ':utf8';