From: Steve Peters Date: Fri, 11 Nov 2005 03:27:35 +0000 (+0000) Subject: Pod nit in Encode.pm, found by Marc Lehmann in RT #36949. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=50c1ac04356af5f8e8f967db7ed083187aacb550;p=p5sagit%2Fp5-mst-13.2.git Pod nit in Encode.pm, found by Marc Lehmann in RT #36949. p4raw-id: //depot/perl@26081 --- diff --git a/ext/Encode/Encode.pm b/ext/Encode/Encode.pm index ac0123c..4a4411b 100644 --- a/ext/Encode/Encode.pm +++ b/ext/Encode/Encode.pm @@ -825,7 +825,7 @@ goes "liberal" find_encoding("UTF-8")->name # is 'utf-8-strict' find_encoding("utf-8")->name # ditto. names are case insensitive - find_encoding("utf8")->name # ditto. "_" are treated as "-" + find_encoding("utf_8")->name # ditto. "_" are treated as "-" find_encoding("UTF8")->name # is 'utf8'.