summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-03-22 13:14:05 +0000
committerBruno Haible <bruno@clisp.org>2001-03-22 13:14:05 +0000
commit54390368852671355d1346bd31443b4fce1ab7d7 (patch)
tree06512eb9f99a1502713b89a71254c57acc6a28ba /misc
parent5c42ae7b27b0d5f52714ed25a530d3afec4dbba1 (diff)
downloadexternal_gettext-54390368852671355d1346bd31443b4fce1ab7d7.zip
external_gettext-54390368852671355d1346bd31443b4fce1ab7d7.tar.gz
external_gettext-54390368852671355d1346bd31443b4fce1ab7d7.tar.bz2
The MIME encoding is always 8-bit.
Diffstat (limited to 'misc')
-rw-r--r--misc/ChangeLog4
-rw-r--r--misc/po-mode.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/misc/ChangeLog b/misc/ChangeLog
index d6bb221..2939584 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-22 Bruno Haible <haible@clisp.cons.org>
+
+ * po-mode.el (po-default-file-header): Replace ENCODING with 8-bit.
+
2001-03-21 Bruno Haible <haible@clisp.cons.org>
* gettextize.in: Mention where to get config.guess and config.sub.
diff --git a/misc/po-mode.el b/misc/po-mode.el
index 07c8ab7..8094c15 100644
--- a/misc/po-mode.el
+++ b/misc/po-mode.el
@@ -309,7 +309,7 @@ msgstr \"\"
\"Language-Team: LANGUAGE <LL@li.org>\\n\"
\"MIME-Version: 1.0\\n\"
\"Content-Type: text/plain; charset=CHARSET\\n\"
-\"Content-Transfer-Encoding: ENCODING\\n\"
+\"Content-Transfer-Encoding: 8-bit\\n\"
"
"*Default PO file header."
:type 'string