On Fri, 21 Dec 2007 18:34:32 +0100
Hans Hagen
Wolfgang Schuster wrote:
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.
writing the sort vector is hooked into starttext
I realized this myself, because the only difference between both version had been the file size of the tui files.
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'll find another hook
I still wonder why nobody noticed this untill now.
maybe because of \expanded names, \eacute still sorts somewhat right
I found this solution also but it is easier to write ä, ü ... instead of \aumlaut, \uumlaut etc. BTW, why could I use only \aumlaut in macros but not \adiaresis. Wolfgang