PDF stuff needs .fo in UTF8 enc.
authormh <mh>
Thu, 11 Jul 2002 20:20:05 +0000 (20:20 +0000)
committermh <mh>
Thu, 11 Jul 2002 20:20:05 +0000 (20:20 +0000)
source/mircoders/producer/ProducerContent.java

index 2fdcab0..51a6422 100755 (executable)
@@ -136,7 +136,7 @@ public class ProducerContent extends Producer {
             foFileName =  "/" + year + "/" + month + "/"
                           + currentContent.getValue("id") + ".fo";
             boolean foRetVal = produce(contentPrintableTemplate, foFileName,
-                                        mergeData, htmlout);
+                                        mergeData, htmlout, "UTF8");
                                        
             if (generatePDF.toLowerCase().equals("yes")){
               pdfFileName =  producerStorageRoot + "/" + year