From f1a5f28111d7d87025b43e25cff4c985410b0918 Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Tue, 15 Jul 2003 01:12:33 +0000 Subject: 1. add list of supported country/language codes for hyphenation 2. update FAQ to point to the new hyphenation page git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196712 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/faq.xml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'src/documentation/content/xdocs/faq.xml') diff --git a/src/documentation/content/xdocs/faq.xml b/src/documentation/content/xdocs/faq.xml index 7064e3417..75cad9b9f 100644 --- a/src/documentation/content/xdocs/faq.xml +++ b/src/documentation/content/xdocs/faq.xml @@ -531,21 +531,10 @@ Any easy way to check this is to cut&paste the source URL from the fo:extern Hyphenation does not work. -

- Set the language attribute somewhere and explicitly enable hyphenation. - Check whether you use a language for which hyphenation is supported. - Supported languages can be deduced from the files in the {fop-dir}/src/hyph - directory of the FOP source distribution. If you want to use a language - FOP currently doesn't hyphenate, please see the - Configuration page. -

-

- Set the language (on fo:page-sequence, fo:block or fo:character): -

+

Make sure you have set the language and/or country attributes for an appropriate XSL-FO element (fo:page-sequence, fo:block or fo:character):

]]> -

- Enable hyphenation on a block: -

+

See Standard Hyphenation Support for a list of supported language and country codes, and Custom Hyphenation Support for instructions on adding support for other languages and countries.

+

Explicitly enable hyphenation for an appropriate XSL-FO element (fo:block, fo:character):

]]>
-- cgit v1.2.3