We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b2f547 + ff65c71 commit 8005a82Copy full SHA for 8005a82
1 file changed
Encode.pm
@@ -209,7 +209,6 @@ my $utf8enc;
209
210
sub decode_utf8($;$) {
211
my ( $octets, $check ) = @_;
212
- return $octets if is_utf8($octets);
213
return undef unless defined $octets;
214
$octets .= '' if ref $octets;
215
$check ||= 0;
0 commit comments