From 499c2061f5f09af275af5ef74e48b439ddbf08b4 Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Tue, 15 Jul 2003 18:16:30 +0000 Subject: [PATCH] add caveat about accuracy of the patterns documentation git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196718 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/hyphenation.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/documentation/content/xdocs/hyphenation.xml b/src/documentation/content/xdocs/hyphenation.xml index 18f91ce4e..e046e7015 100644 --- a/src/documentation/content/xdocs/hyphenation.xml +++ b/src/documentation/content/xdocs/hyphenation.xml @@ -104,6 +104,7 @@ NOTE: The ISO 639/ISO 3166 convention is that language names are written in lowe
Hyphenation Patterns

If you would like to build your own hyphenation pattern files, or modify existing ones, this section will help you understand how to do so. Even when creating a pattern file from scratch, it may be beneficial to start with an existing file and modify it. See Standard Hyphenation Support or the source distribution (src/hyph) for examples. Here is a brief explanation of the contents of FOP's hyphenation patterns:

+ The remaining content of this section should be considered "draft" quality. It was drafted from theoretical literature, and has not been tested against actual FOP behavior. It may contain errors or omissions. Do not rely on these instructions without testing everything stated here. If you use these instructions, please provide feedback on the FOP User mailing list, either confirming their accuracy, or raising specific problems that we can address.