5 May
2021
5 May
'21
1:26 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27623 --- Comment #18 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- (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.