Description:
 Make default charset configuratble.
--- a/imageindex.pod
+++ b/imageindex.pod
@@ -456,6 +456,11 @@
 
     $montagetitle = "%n images %b through %e";
 
+Control which charset the generated html pages should have. This defaults
+to UTF-8, but can either be ISO-8859-1 or any other encoding:
+
+    $file_charset = "ISO-8859-1";
+
 The following eight variables control how dates and times are formatted when
 written into the HTML. Again we're using printf(1)-like variables where codes
 are interpolated according to a user's taste.
