aboutsummaryrefslogtreecommitdiffstats
path: root/lib/LXRng/Index/Pg.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/LXRng/Index/Pg.pm')
-rw-r--r--lib/LXRng/Index/Pg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LXRng/Index/Pg.pm b/lib/LXRng/Index/Pg.pm
index 3654a72..7387abc 100644
--- a/lib/LXRng/Index/Pg.pm
+++ b/lib/LXRng/Index/Pg.pm
@@ -67,7 +67,7 @@ sub init_db {
or die($dbh->errstr);
$dbh->do(qq{insert into ${pre}charsets(name) values ('utf-8')})
or die($dbh->errstr);
- $dbh->do(qq{insert into ${pre}charsets(name) values ('iso8859-1')})
+ $dbh->do(qq{insert into ${pre}charsets(name) values ('iso-8859-1')})
or die($dbh->errstr);
$dbh->do(qq{