Package: imageindex / 1.1-4

make-charset-configurable-pod.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.