diff options
| author | EuAndreh <eu@euandre.org> | 2025-05-15 06:25:04 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2025-05-15 06:25:04 -0300 |
| commit | d33a56d12c72d953c54522b7b0f34b86f6977038 (patch) | |
| tree | b68eddc4713d6eda20835f872f7731550219cb1a /src | |
| parent | Makefile: Fix dependency of tests/functional/api-usage/main.bin-check target (diff) | |
| download | gotext-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.go | 1 |
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) |
