From: Steve Hancock Date: Sun, 5 Feb 2023 22:11:16 +0000 (-0800) Subject: remove obsolete comment about encoding X-Git-Tag: 20230309~36 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9f8008894e7804e087523d2f10ea73aeaa400cf6;p=perltidy.git remove obsolete comment about encoding --- 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' );