aboutsummaryrefslogtreecommitdiffstats
path: root/writing_tools/create_md_links_from_journal_urls.pl
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-09-14 13:28:48 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-09-14 13:28:48 +0100
commit9015d414a8c4e0ea9616e9a6fe71e62b0a17fc7f (patch)
treedd77195ef09daea86892fffee42a1de9b767a95c /writing_tools/create_md_links_from_journal_urls.pl
parent5d18cea379f962f5d2fad7a0b3183d531b7d295f (diff)
switched off UTF8 warning
Diffstat (limited to 'writing_tools/create_md_links_from_journal_urls.pl')
-rw-r--r--writing_tools/create_md_links_from_journal_urls.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/writing_tools/create_md_links_from_journal_urls.pl b/writing_tools/create_md_links_from_journal_urls.pl
index 82f5830..c1801f5 100644
--- a/writing_tools/create_md_links_from_journal_urls.pl
+++ b/writing_tools/create_md_links_from_journal_urls.pl
@@ -1,5 +1,6 @@
use strict;
use warnings;
+no warnings 'utf8'; # prevent the wide character warning you get on STDOUT
use English;
use Regexp::Common qw(URI);
use LWP::UserAgent;