]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1588175 - Undefined subroutine utf8::SWASHNEW called at Bugzilla/Util.pm line...
authorDave Miller <justdave@bugzilla.org>
Tue, 14 May 2024 06:03:46 +0000 (02:03 -0400)
committerGitHub <noreply@github.com>
Tue, 14 May 2024 06:03:46 +0000 (02:03 -0400)
Co-authored-by: Dylan Hardison <dylan@hardison.net>
Bugzilla.pm

index e4772e08b8163529fe0bab19ed42c1e85c43804d..e8c078cf8210c442e4f18ed293445214ce898eb8 100644 (file)
@@ -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.