On Wed, 19 Dec 2007 22:01:14 +0100
Steffen Wolfrum <[EMAIL PROTECTED]> wrote:

> Am 19.12.2007 um 14:45 schrieb Wolfgang Schuster:
> 
> > 2007/12/19, Steffen Wolfrum <[EMAIL PROTECTED]>:
> >> Hi,
> >>
> >> the following (with mkii) is probably not the most pressuring topic
> >> to most of you  ... apologies!
> >>
> >> Although I have set     \mainlanguage[de]       the register seems  
> >> to be
> >> unaffected. All my cultural heritage (i.e. the Umaut) is ignored!!!
> >>
> >> o(
> >>
> >> The problem is the sorting – keywords containing umlauts seem to be
> >> sorted after "e":
> >>
> >> Bestimmung
> >> Bühler
> >> Bildung
> >>
> >> Are there language-specific arguments/options for        
> >> \placeregister[index]?
> >>
> >> Thanks,
> >>
> >> Steffen
> >
> > Hi Steffen,
> >
> > Can you post a example where this did happen for you.

Hi Hans and all others,

I found the reason for the wrong index sorting in Steffens files.

The correct sorted file contains something like this.

\enableregime[utf]
\starttext
text\index{Bestimmung} text\index{Bühler} text\index{Bildung} text
\placeindex
\stoptext

The text is enclosed by the normal start/stoptext pair and the document
setup is written before the start of the document while the wrong file
contains this:

\starttext
\enableregime[utf]
text\index{Bestimmung} text\index{Bühler} text\index{Bildung} text
\placeindex
\stoptext

The files did not really contain start/stop but use ConTeXts document
structure and \everystarttext is executed by \startpoduct, the first
command in the product file.

The problem is now, ConTeXt write information for the index sorting
into the tui file and a few additional entries for every spcifiec file
encoding, in this utf-8.

This works quite well in the first example because \enableregime is
writte before \starttext while in the second example the sorting
information are written before ConTeXt knows the file encoding.

A workaround for the moment is to write \enableregime before
\startproduct in the main file but I hope this coule be fiyed in the
next release.

I still wonder why nobody noticed this untill now.

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to