Axel Beckert pushed to branch master at lintian / lintian


Commits:
4fd76dc5 by Axel Beckert at 2024-02-05T21:34:04+01:00
private/generate-tag-summary --in-place: Avoid mojibake by not double-encoding 
UTF-8

- - - - -


1 changed file:

- private/generate-tag-summary


Changes:

=====================================
private/generate-tag-summary
=====================================
@@ -95,7 +95,7 @@ if ($opt{'in-place'}) {
       or die encode_utf8("Cannot open $infile");
 
     my $outfile = 'debian/changelog.tmp';
-    open(my $out_fd, '>:encoding(UTF-8)', $outfile)
+    open(my $out_fd, '>', $outfile)
       or die encode_utf8("Cannot open $outfile");
 
     while (my $line = <$in_fd>) {



View it on GitLab: 
https://salsa.debian.org/lintian/lintian/-/commit/4fd76dc585013a0a5ff646797385514721f1ad3b

-- 
View it on GitLab: 
https://salsa.debian.org/lintian/lintian/-/commit/4fd76dc585013a0a5ff646797385514721f1ad3b
You're receiving this email because of your account on salsa.debian.org.


Reply via email to