summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2010-02-10 12:52:57 -0500
committerNalin Dahyabhai <nalin@dahyabhai.net>2010-02-10 12:52:57 -0500
commit115aba2d14cfd7be99e0448dee5d0406dcfed717 (patch)
tree05351f9203b1181b81970fb147f908c0ea280ed6
parent6b572366ed54e78ec0f6055bd753a1bf58ea37cc (diff)
downloadpomatic-master.tar.gz
pomatic-master.tar.xz
pomatic-master.zip
- go ahead and call the generated text utf-8HEADmaster
-rw-r--r--src/pomatic.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pomatic.x b/src/pomatic.x
index b60acd3..bc480be 100644
--- a/src/pomatic.x
+++ b/src/pomatic.x
@@ -50,7 +50,7 @@ char *filter = "cat";
printf("\"Last-Translator: %s\\n\"\n", pwd ? pwd->pw_gecos : "the unknown translator");
printf("\"Language-Team: en_US.%s\\n\"\n", filter);
printf("\"MIME-Version: 1.0\\n\"\n");
- printf("\"Content-Type: text/plain; charset=ISO-8859-1\\n\"\n");
+ printf("\"Content-Type: text/plain; charset=UTF-8\\n\"\n");
printf("\"Content-Transfer-Encoding: 8bit\\n\"\n\n");
} else
if ( ((mode == id) && msgid) || ((mode == str) && msgstr) ) {