OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] docbook-xsl-1.60.0 vs. german hyphenation


* Joachim Ziegler; <ziegler@mpi-sb.mpg.de> on 19 May, 2003 wrote:
>>You need to update common/de.xml file which is missing the hyphenation
>>related parts in addition to the datetime releated things. Copy the
>>missing parts fromthe common/en.xml and adjust it to your needs
>
>Sorry, I don't understand what to do. I've copied 3 lines
>
>    <l:gentext key="hyphenation-character" text="&#8208;"/>
>    <l:gentext key="hyphenation-push-character-count" text="2"/>
>    <l:gentext key="hyphenation-remain-character-count" text="2"/>
>
>to de.xml without knowing what this is really good for. I find no other 
>"hyphenation related parts" in en.xml.

These are the parts related to controlling hyphenation characteristics
for internationalization as with other things in the LANGUAGE.xml So
adding these is fine

Your other alternative could be without touching the de.xml to add the
following to your custimization file


<xsl:param name="local.l10n.xml" select="document('')"/>
<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
  <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"
  language="de">
    <l:gentext key="hyphenation-character" text="&#x002D;"/>
    <l:gentext key="hyphenation-push-character-count" text="2"/>
    <l:gentext key="hyphenation-remain-character-count" text="2"/>
    </l:l10n>
</l:i18n>

As you can see I changed the hyphenation-character sice I am always
getting "#" instead of a "-"

>>Hehe Turkish is full support :-)
>
>So you must be very happy :-)

Indeed I am ( Ok I maintain the Turkish part so I was following the
changes on the CVS and submitted them to Norm before the release date
hence they were included)

>
>Why is German hyphenation/date not supported any more? Is this a bug? If 
>so, why isn't it fixed in 1.60.1?

It depends on the maintainer maybe the maintainer has not updated the
changes yet. Given the fact that Turkish is one of the languages where
support is very minimum and on the other German is receiving lots of
support I would assume very soon the "de.xml"  will be uptodate as well



-- 

Togan Muftuoglu



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]