We need this e.g. for non-ASCII chars in the txt templates.
For HTML it should be easier to use entities for that.
}
print "msgid \"\"\nmsgstr \"\"\n".
- "\"Content-Type: text/plain; charset=ASCII\\n\"\n".
+ "\"Content-Type: text/plain; charset=UTF-8\\n\"\n".
"\"Content-Transfer-Encoding: 8bit\\n\"\n\n";
foreach my $msgid (@msgids) {
[% g('All %s Packages in "%s"', organisation, suite) %]
[% g('Generated:') _ ' ' _ timestamp.string %]
-[% g('Copyright (C)') _ ' ' _ copyright.years _ ' ' _ copyright.name %];
+[% g('Copyright ©') _ ' ' _ copyright.years _ ' ' _ copyright.name %];
[% g('See <URL:%s> for the license terms.', license.url) %]
[% FOREACH packages -%]