From 9f8008894e7804e087523d2f10ea73aeaa400cf6 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Sun, 5 Feb 2023 14:11:16 -0800 Subject: [PATCH] remove obsolete comment about encoding --- lib/Perl/Tidy.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Perl/Tidy.pm b/lib/Perl/Tidy.pm index a8d6b834..ed746b0c 100644 --- a/lib/Perl/Tidy.pm +++ b/lib/Perl/Tidy.pm @@ -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' ); -- 2.39.5