aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-15 06:25:04 -0300
committerEuAndreh <eu@euandre.org>2025-05-15 06:25:04 -0300
commitd33a56d12c72d953c54522b7b0f34b86f6977038 (patch)
treeb68eddc4713d6eda20835f872f7731550219cb1a /src
parentMakefile: Fix dependency of tests/functional/api-usage/main.bin-check target (diff)
downloadgotext-d33a56d12c72d953c54522b7b0f34b86f6977038.tar.gz
gotext-d33a56d12c72d953c54522b7b0f34b86f6977038.tar.xz
Remove "Content-Transfer-Encoding" "header" from files and strings
Diffstat (limited to 'src')
-rw-r--r--src/gotext.go1
1 files changed, 0 insertions, 1 deletions
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)