From: Steve Hancock Date: Thu, 16 Jun 2022 02:38:47 +0000 (-0700) Subject: remove comment with non-utf8 character X-Git-Tag: 20220613.01~42 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a2f2debae46f34f155feefa154146d5bcadf4382;p=perltidy.git remove comment with non-utf8 character --- diff --git a/lib/Perl/Tidy/Tokenizer.pm b/lib/Perl/Tidy/Tokenizer.pm index be828299..fee7e532 100644 --- a/lib/Perl/Tidy/Tokenizer.pm +++ b/lib/Perl/Tidy/Tokenizer.pm @@ -7608,7 +7608,7 @@ BEGIN { elsif ( $tok eq '{' ) { - # check for something like ${#} or ${©} + # check for something like ${#} or ${?}, where ? is a special char if ( ( $identifier eq '$'