about summary refs log tree commit homepage
path: root/Documentation/mknews.perl
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/mknews.perl')
-rwxr-xr-xDocumentation/mknews.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/mknews.perl b/Documentation/mknews.perl
index 509da3b1..e78c1cb8 100755
--- a/Documentation/mknews.perl
+++ b/Documentation/mknews.perl
@@ -26,7 +26,7 @@ my $mtime = msg_datestamp($mime_latest->header_obj);
 my $tmp = "$dst+";
 my $out;
 if ($dst eq 'NEWS') {
-        open $out, '>', $tmp or die;
+        open $out, '>:encoding(utf8)', $tmp or die;
         mime2txt($out, $mime_latest);
         for my $v (@releases) {
                 print $out "\n" or die;