From: Dylan Hardison Date: Sat, 9 May 2020 03:31:40 +0000 (-0400) Subject: Bug 1588175 - Undefined subroutine utf8::SWASHNEW called at Bugzilla/Util.pm line... X-Git-Tag: bugzilla-5.2~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f86fcf1fe9c9969cb486bba0a75d56540f58061e;p=thirdparty%2Fbugzilla.git Bug 1588175 - Undefined subroutine utf8::SWASHNEW called at Bugzilla/Util.pm line 109. --- diff --git a/Bugzilla.pm b/Bugzilla.pm index 2aefeb766f..403e3de597 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -11,6 +11,8 @@ use 5.10.1; use strict; use warnings; +BEGIN { eval { utf8->import; require 'utf8_heavy.pl' }; } + # We want any compile errors to get to the browser, if possible. BEGIN { # This makes sure we're in a CGI.