From ef5d0022b151362fefbe4e23cc7853b8a6c3104f Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 14 Jan 2015 13:47:22 +0100 Subject: [PATCH] Bug 13579: Open history.txt using utf-8 encoding Test plan: Verify about>Timeline is correctly encoded --- about.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.pl b/about.pl index 7f0da61..374e903 100755 --- a/about.pl +++ b/about.pl @@ -223,7 +223,7 @@ if ( defined C4::Context->config('docdir') ) { $docdir = C4::Context->config('intranetdir') . '/docs'; } -if ( open( my $file, "<", "$docdir" . "/history.txt" ) ) { +if ( open( my $file, "