[gimp-help-2] Always create PDFs with UTF8 encoding



commit 0398a411fd7cfbf7ba7605f00282bebeb31677f7
Author: Roman Joost <roman bromeco de>
Date:   Sat Jul 2 11:31:18 2011 +1000

    Always create PDFs with UTF8 encoding
    
    This is needed for the XeTeX backend, as it always assumes to get UTF-8
    encoded input.

 stylesheets/plainprint.xsl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/stylesheets/plainprint.xsl b/stylesheets/plainprint.xsl
index 4523b08..8d3ef04 100644
--- a/stylesheets/plainprint.xsl
+++ b/stylesheets/plainprint.xsl
@@ -14,6 +14,7 @@
 
   <!-- enable processing of unicode characters -->
   <xsl:param name="latex.unicode.use">1</xsl:param>
+  <xsl:param name="latex.encoding">utf8</xsl:param>
 
   <!-- define what to show in the toc -->
   <xsl:param name="doc.lot.show">example</xsl:param>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]