]> git.donarmstrong.com Git - perltidy.git/commitdiff
remove obsolete comment about encoding
authorSteve Hancock <perltidy@users.sourceforge.net>
Sun, 5 Feb 2023 22:11:16 +0000 (14:11 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sun, 5 Feb 2023 22:11:16 +0000 (14:11 -0800)
lib/Perl/Tidy.pm

index a8d6b8342db1db489e7b3004d13ca617c5069d0c..ed746b0c9205c8f2a0588d9180d0b3c1c5a01c31 100644 (file)
@@ -1563,8 +1563,7 @@ sub get_decoded_string_buffer {
 
         # In testing I have found that including additional guess 'suspect'
         # encodings sometimes works but can sometimes lead to disaster by
-        # using an incorrect decoding.  The user can always specify a
-        # specific input encoding.
+        # using an incorrect decoding.
         my $buf_in = $buf;
 
         my $decoder = guess_encoding( $buf_in, 'utf8' );