PDF stuff needs .fo in UTF8 enc.
[mir.git] / 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