From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/3492 Path: main.gmane.org!not-for-mail From: Petr Ferdus Newsgroups: gmane.comp.tex.context Subject: Re: unicode in bookmarks / unicode searching support Date: Tue, 28 Nov 2000 23:46:00 +0100 (CET) Sender: owner-ntg-context@let.uu.nl Message-ID: References: <3.0.6.32.20001128183438.008e5710@pop.wxs.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035394227 17595 80.91.224.250 (23 Oct 2002 17:30:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:30:27 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: Hans Hagen In-Reply-To: <3.0.6.32.20001128183438.008e5710@pop.wxs.nl> Xref: main.gmane.org gmane.comp.tex.context:3492 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:3492 On Tue, 28 Nov 2000, Hans Hagen wrote: > Your fonts are preloaded at \everyjob time, so you need to invoke a font to > make sure that the object is written. > > % output=pdftex textranslate=cp1250cs > > \starttext > > \input unitest.tex > > \resetfontdefinitionfile[csr] \setupbodyfont[csr] % rather safe, \rm or > \ss\rm would also have worked i suppose > > some unreadable czech code not handled by my mailer > > \stoptext Sorry, but I wasn't even with this fragment of code able to generate "searchable" results. It might be due my Context setup, cant compare with some other installation but even more \resetfontdefinitionfile hasn't accepted [csr] parameter and was "eating" one character as is clear from http://vertigo.fme.vutbr.cz/~pferdus/context/test05.pdf example, with check numbers in it. Using \resetfontdefinitionfile without parameter or playing with \rm or \ss\rm did not help either. > Later we will work out a more convenient way. Looking forward it. Thanks, Peter