From 021ed91b999f33597bb5c95d76d0e88078c72c24 Mon Sep 17 00:00:00 2001 From: Eugene Crosser Date: Mon, 13 Jul 2009 04:32:29 +0000 Subject: [PATCH] allow utf8 titles --- mkgallery.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/mkgallery.pl b/mkgallery.pl index bd20c8c..0d649c0 100755 --- a/mkgallery.pl +++ b/mkgallery.pl @@ -446,6 +446,7 @@ sub edittitle { my $title; my $T; if (open($T,'<'.$fullpath.'/.title')) { + binmode($T, ":utf8"); $title = <$T>; $title =~ s/[\r\n]*$//; close($T); -- 2.39.2