From d33a56d12c72d953c54522b7b0f34b86f6977038 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 15 May 2025 06:25:04 -0300 Subject: Remove "Content-Transfer-Encoding" "header" from files and strings --- src/gotext.go | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/gotext.go b/src/gotext.go index f6f9a6f..098888f 100644 --- a/src/gotext.go +++ b/src/gotext.go @@ -318,7 +318,6 @@ msgstr "" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" ` fmt.Fprintf(out, "%s", header) -- cgit v1.2.3