From a4f990748a20c1f5d945d507cb7512d80926250e Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Mon, 8 Jun 2020 06:34:57 -0700 Subject: [PATCH] made --nouse-unicode-gcstring default to avoid confusion --- lib/Perl/Tidy.pm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/lib/Perl/Tidy.pm b/lib/Perl/Tidy.pm index 32929006..96b7710b 100644 --- a/lib/Perl/Tidy.pm +++ b/lib/Perl/Tidy.pm @@ -1046,6 +1046,17 @@ EOM if ( !defined($loaded_unicode_gcstring) ) { eval { require Unicode::GCString }; $loaded_unicode_gcstring = !$@; + if ( $@ && $rOpts->{'use-unicode-gcstring'} ) { + Warn(<