diff options
author | Peter Hancock <phancock@apache.org> | 2011-09-05 09:42:00 +0000 |
---|---|---|
committer | Peter Hancock <phancock@apache.org> | 2011-09-05 09:42:00 +0000 |
commit | de056bce77c27b3a93acd62c2fad0c6628bff6b4 (patch) | |
tree | 0b7558b1a7c40964a06b24423fcd53853efb2339 /src/documentation/content | |
parent | 2b875243aca4c436a611bdc974f3eaf6c6800bb8 (diff) | |
download | xmlgraphics-fop-de056bce77c27b3a93acd62c2fad0c6628bff6b4.tar.gz xmlgraphics-fop-de056bce77c27b3a93acd62c2fad0c6628bff6b4.zip |
Bugzill#51530: Improved support for EBCDIC encoded double byte fonts fo AFP.
Submitted by: Mehdi Houshmand <med1985.at.gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1165223 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content')
-rw-r--r-- | src/documentation/content/xdocs/trunk/output.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml index c71f6abf8..7b245eb07 100644 --- a/src/documentation/content/xdocs/trunk/output.xml +++ b/src/documentation/content/xdocs/trunk/output.xml @@ -743,6 +743,12 @@ Note that the value of the encoding attribute in the example is the double-byte <a href="fonts.html#embedding"><code>referenced-fonts</code> section of the configuration file</a>. However, the default fonts shown above will not be embedded. </p> + <p> + For double byte EBCDIC encoded character sets, there is an optional tag that must be set to prevent + characters from being miscoded. This defaults to "false" if not specified.</p> + <source><![CDATA[ + <afp-font type="CIDKeyed" codepage="T10835 " encoding="Cp937" characterset="CZTKAI" ebcdic-dbcs="true"/>]]> + </source> </section> <section id="afp-renderer-resolution-config"> <title>Output Resolution</title> |