[Koha-bugs] [Bug 31351] Worker dies on reindex job when operator last name/first name/branch name contains non-ASCII chars

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Aug 20 09:53:40 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31351

Fridolin Somers <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fridolin.somers at biblibre.co
                   |                            |m

--- Comment #3 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Hi,

  my $context = decode_json encode_utf8 $self->context;

I think we prefer the syntax with parenthesis :
  my $context = decode_json(encode_utf8($self->context));

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list