View | Details | Raw Unified | Return to bug 49849
Collapse All | Expand All

(-)src/java/org/apache/fop/pdf/PDFDocument.java (-1 / +1 lines)
Lines 76-82 Link Here
76
    public static final int PDF_VERSION_1_4 = 4;
76
    public static final int PDF_VERSION_1_4 = 4;
77
77
78
    /** the encoding to use when converting strings to PDF commands */
78
    /** the encoding to use when converting strings to PDF commands */
79
    public static final String ENCODING = "ISO-8859-1";
79
    public static final String ENCODING = "UTF-8";
80
80
81
    /** the counter for object numbering */
81
    /** the counter for object numbering */
82
    protected int objectcount = 0;
82
    protected int objectcount = 0;

Return to bug 49849