fop/hyph
Keiron Liddle 00dd98af34 Added czech hyphenation patterns from branch
Submitted by: Michal Buchtik <BuchtikM@dlsystem.cz>


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194933 13f79535-47bb-0310-9956-ffa450edef68
2002-06-28 09:17:27 +00:00
..
cs.xml Added czech hyphenation patterns from branch 2002-06-28 09:17:27 +00:00
da.xml corrected danish hyphenation (Carlos Villegas) 2001-04-12 09:46:48 +00:00
de_DR.xml de (traditional German), de_DR(new German) hyphenation patterns (Carlos Villegas) 2000-12-18 23:51:45 +00:00
de.xml de (traditional German), de_DR(new German) hyphenation patterns (Carlos Villegas) 2000-12-18 23:51:45 +00:00
el.xml added greek hyph info 2001-12-27 11:20:55 +00:00
en_GB.xml adds hyphenation (Carlos Villegas, Fotis Jannidis) and simple configuration support (F.J.) 2000-12-12 19:18:50 +00:00
en_US.xml adds hyphenation (Carlos Villegas, Fotis Jannidis) and simple configuration support (F.J.) 2000-12-12 19:18:50 +00:00
en.xml adds hyphenation (Carlos Villegas, Fotis Jannidis) and simple configuration support (F.J.) 2000-12-12 19:18:50 +00:00
es.xml adds hyphenation (Carlos Villegas, Fotis Jannidis) and simple configuration support (F.J.) 2000-12-12 19:18:50 +00:00
fi.xml hpyhenation pattern file for Finnish (by Jarno Elovirta) 2000-12-13 12:59:28 +00:00
fr.xml adds hyphenation (Carlos Villegas, Fotis Jannidis) and simple configuration support (F.J.) 2000-12-12 19:18:50 +00:00
hu.xml hungarian hyphenation 2002-02-11 08:49:52 +00:00
hyphenation.dtd adds hyphenation (Carlos Villegas, Fotis Jannidis) and simple configuration support (F.J.) 2000-12-12 19:18:50 +00:00
it.xml adding italian hyphenation file (thanks to Stephane Bline) 2001-01-19 08:00:07 +00:00
nl.xml fixed: hexadecimal escape sequences in dutch hyphenation file converted to iso-latin-1 [Carlos Villegas] 2001-03-22 16:28:23 +00:00
no.xml Added Norwegian hyphenation based on Rune Kleveland's original 2001-06-07 21:06:16 +00:00
pl.xml synced with branch 2001-12-11 12:29:13 +00:00
pt.xml portuguese hyphenation patterns 2002-04-10 06:29:29 +00:00
readme adds Danish hyphenation file (Carlos Villegas) 2001-04-12 07:49:49 +00:00
ru.xml Submitted by: Alex Alishevskikh (alex@vismech.ru) 2001-06-07 20:32:20 +00:00
sk.xml added slovak hyphenation patterns 2001-08-02 12:48:38 +00:00
tr.xml turkish hyphenation file 2002-04-15 12:14:16 +00:00

Hyphenation

Fop comes with some hyphenation pattern. If you need a hyphenation 
pattern which isn't included in the distribution, do the following: 

1. get the TeX hyphenation pattern file and turn it into an xml file 
   which conforms to the hyphenation.dtd in the sub directory /hyph

2. name this new file following this schema: languageCode_countryCode.xml. 
   If you don't need a country code, leave it away, p.e. the file name 
   for an American english hyphenation pattern would look like this:  
   en_US.xml. 
   For an Italian file: it.xml. 
   Language and country codes must be the same as in xsl:fo, that is follow 
   ISO 639 <http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt> and 
   ISO 3166 <http://www.ics.uci.edu/pub/ietf/http/related/iso3166.txt> 
   respectively. 
   NOTE: The ISO 639/ISO 3166 convention is that language names are
   written in lower case, while country codes are written in upper case.

3. If you have build your new hyphenation pattern file successfully there are
   two ways to make it accessible to Fop. 
   a) Put this new file into the directory /hyph and rebuild Fop. The file will 
      be picked up and added to the fop.jar.
   b) Put the file into a directory of your choice and specify this directory
      in the userconfig.xml in the entry <hyphenation-dir>

4. If the license of your hyphenation pattern file does allow it, please send 
   it to the list fop-dev, so it can be made part of the Fop distribution. 

the following hyphenation patterns are part of the Fop distribution

da      Danish
de      German (traditional)
de_DR   German (new spelling)
en      American English
en_GB   British English
en_US   American English
es      Spanish
fi      Finnish
fr      French
it      Italian
nl      Dutch (new official Dutch spelling)