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

--- Comment #18 from Joonas Kylmälä <[email protected]> ---
(In reply to Joonas Kylmälä from comment #17)
> I tried to now change it like this:
> 
> -                    open(my $fh, ">:encoding(UTF-8)",
> "$intradir/$tdir/$file");
> -                    YAML::XS::DumpFile( $fh, $translated_yaml );
> -                    close($fh);

err, missed the "+" part of the diff, I made it to look like:

+                    YAML::XS::DumpFile( "$intradir/$tdir/$file",
$translated_yaml );

-- 
You are receiving this mail because:
You are watching all bug changes.
You are on the CC list for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to