Hans Hagen wrote: > Hi, > > I posted an alpha release. Main differences: > > - david antos' wish, test for this: > > \unprotected \setuplanguage > [cz] > [\c!compoundhyphen=-, > \c!leftcompoundhyphen=-, > \c!rightcompoundhyphen=-] Hallo Hans, I save time to install new release and start to test. Good news: 1) The hyphen code can be processed with cont-cz. Bad news: 1) \c!compoundhyphen atc. are not defined in cont-con.tex 2) it preserves long-variant hyphen for \cz case (no difference between \en and \cz): \unprotected \setuplanguage [cz] [compoundhyphen=-, leftcompoundhyphen=-, rightcompoundhyphen=-] \starttext \en \dorecurse{100}{test||}test \endgraf \cz \dorecurse{100}{test||}test \endgraf \stoptext ===================================================== > - latin modern fonts instead of cmr/plr/csr/aer/vnr: > > fetch the cont-lmt.zip file if needed I want to compare Czech accented chars in lm and csr. I started with the bellow code, but no criticalchars is visible in both cases. Log is enclosed. What are the proper family/typescript names? Thanks for help. Vit Zyka %-------------------------------- \useencoding[il2] \enableregime[il2] \def\criticalchars{ďťňŤŘŠůúÚ} % \v d, \v t, \v n, \v T, \v R, \v S, \r u, \'u, \'U \starttext %\usetypescript[computer-modern][il2]\switchtobodyfont[csr,12pt] \usetypescript[csr][il2]\switchtobodyfont[csr,12pt] \criticalchars\showbodyfont %\usetypescript[latin-modern][il2]\switchtobodyfont[cmr,12pt] \usetypescript[modern][il2]\switchtobodyfont[cmr,12pt] \criticalchars\showbodyfont \stoptext