File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
fj-doc-mod-fop/src/main/java/org/fugerit/java/doc/mod/fop Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 22
33import java .io .*;
44import java .nio .charset .Charset ;
5+ import java .nio .charset .StandardCharsets ;
56import java .util .*;
67import java .util .stream .Collectors ;
78
@@ -46,6 +47,8 @@ public class PdfFopTypeHandler extends FreeMarkerFopTypeHandler {
4647
4748 public static final DocTypeHandler HANDLER = new PdfFopTypeHandler ();
4849
50+ public static final DocTypeHandler HANDLER_UTF8 = new PdfFopTypeHandler ( StandardCharsets .UTF_8 );
51+
4952 public static final String ATT_FOP_CONFIG_MODE = "fop-config-mode" ;
5053 public static final String ATT_FOP_CONFIG_MODE_DEFAULT = "default" ;
5154 public static final String ATT_FOP_CONFIG_MODE_CLASS_LOADER = "classloader" ;
You can’t perform that action at this time.
0 commit comments