Skip to content

Commit

Permalink
Bug 1588175 - Undefined subroutine utf8::SWASHNEW called at Bugzilla/…
Browse files Browse the repository at this point in the history
…Util.pm line 109. (#182)

Co-authored-by: Dylan Hardison <dylan@hardison.net>
  • Loading branch information
justdave and dylanwh committed May 14, 2024
1 parent 7fa34b5 commit 1631b86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Bugzilla.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1631b86

Please sign in to comment.