Bug that prevented msgid's with French characters from being translated
authoracli <acli>
Mon, 23 Feb 2004 04:26:04 +0000 (04:26 +0000)
committeracli <acli>
Mon, 23 Feb 2004 04:26:04 +0000 (04:26 +0000)
should now be really fixed.

misc/translator/tmpl_process3.pl

index 4cbe4b6..7844806 100755 (executable)
@@ -205,7 +205,7 @@ if (defined $href) {
            my $candidate = TmplTokenizer::charset_canon $2;
            die "Conflicting charsets in msgid: $charset_in vs $candidate\n"
                    if defined $charset_in && $charset_in ne $candidate;
-           $charset_in = $2;
+           $charset_in = $candidate;
        }
     }
 }