Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CGI CPAN distribution.

Report information
The Basics
Id: 3328
Status: resolved
Priority: 0/
Queue: CGI

People
Owner: Nobody in particular
Requestors: slaven [...] rezic.de
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: CGI::Util::utf8_chr: referencing non-existent function
It seems to me that the call return utf8(0xfffd); in CGI/Util.pm should be return utf8_chr(0xfffd); instead, as there is no utf8() function defined. Regards, Slaven