aboutsummaryrefslogtreecommitdiffstats
path: root/copypage.pl
diff options
context:
space:
mode:
authorDavid Prévot <taffit>2011-06-04 16:09:23 +0000
committerDavid Prévot <taffit>2011-06-04 16:09:23 +0000
commita8ef1246023693f951518c3da08adfbbe2e3f6d6 (patch)
tree3fa5bd30ca46e6ddc83702204cb5eb68f88ee108 /copypage.pl
parent57e252c25499db7503e1faad9c26ba2efaf16e87 (diff)
quirty UTF-8 fix (lots of lines needs to be dropped, Madamezou, Perl clean up punishment?)
CVS version numbers copypage.pl: 1.39 -> 1.40
Diffstat (limited to 'copypage.pl')
-rwxr-xr-xcopypage.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/copypage.pl b/copypage.pl
index 1c28e7f8400..3335ee18911 100755
--- a/copypage.pl
+++ b/copypage.pl
@@ -152,7 +152,7 @@ if (open WMLRC, "$language/.wmlrc")
{
if (s/^-D CHARSET=//)
{
- $recode = 1 unless /^iso-8859-1$/i;
+ $recode = 1 unless /^utf-8$/i;
if ($recode && /^iso-8859-([0-9]+)$/)
{
my $compattablename = 'iso_8859_' . $1 . '_compat';

© 2014-2024 Faster IT GmbH | imprint | privacy policy