]> git.deb.at Git - deb/packages.git/commitdiff
ttxgettext: Handle UTF-8 input
authorFrank Lichtenheld <frank@lichtenheld.de>
Sat, 13 Oct 2007 23:42:27 +0000 (01:42 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sat, 13 Oct 2007 23:42:27 +0000 (01:42 +0200)
We need this e.g. for non-ASCII chars in the txt templates.
For HTML it should be easier to use entities for that.

bin/ttxgettext
templates/txt/index.tmpl

index 5e3aced61652e4bba97e67e18549c5012aa629fd..2afeafcd321956ccfc9b91a5f5f14cfab295006f 100755 (executable)
@@ -93,7 +93,7 @@ foreach (@ARGV) {
 }
 
 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) {
index dca09101d2d84b33059b2f020ef43ef7edc6d2f1..226f03efa9715fbfb02200bc0653faf6a0f368e1 100644 (file)
@@ -2,7 +2,7 @@
 [% 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 -%]