From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19705 Path: news.gmane.org!not-for-mail From: David Wooten Newsgroups: gmane.comp.tex.context Subject: Re: Font encoding: \uppercased Date: Fri, 8 Apr 2005 20:06:08 -0700 Message-ID: <7465a5f0737d95169d5e8c317e61d7e7@trichotomic.net> References: <4c055ecc6f80aa11c2437e20700c3d30@trichotomic.net> <4245B97D.8040602@seznam.cz> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1113016052 25305 80.91.229.2 (9 Apr 2005 03:07:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 9 Apr 2005 03:07:32 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Apr 09 05:07:30 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1DK6Je-0005oi-E7 for gctc-ntg-context-518@m.gmane.org; Sat, 09 Apr 2005 05:07:22 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8002412888; Sat, 9 Apr 2005 05:09:54 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22249-01; Sat, 9 Apr 2005 05:09:53 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 570BF1283A; Sat, 9 Apr 2005 05:06:13 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1FE9C1283A for ; Sat, 9 Apr 2005 05:06:12 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19149-05 for ; Sat, 9 Apr 2005 05:06:11 +0200 (CEST) Original-Received: from calmail-fe3.berkeley.edu (mailfarm.Berkeley.EDU [128.32.61.106]) by ronja.ntg.nl (Postfix) with ESMTP id CFACD12828 for ; Sat, 9 Apr 2005 05:06:10 +0200 (CEST) Original-Received: from [69.110.228.169] (account wooten@calmail.berkeley.edu HELO [10.0.1.201]) by calmail-fe3.berkeley.edu (CommuniGate Pro SMTP 4.2.6) with ESMTP-TLS id 49429813 for ntg-context@ntg.nl; Fri, 08 Apr 2005 20:06:09 -0700 In-Reply-To: <4245B97D.8040602@seznam.cz> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.619.2) X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:19705 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19705 Greetings Vit, all, Thanks for the response. I'm finally getting around to looking into this again. My first=20 attempts haven't yielded any good results. Could you (or someone) say a=20= little more (newbie-explicit)? I assume that the enco-*.tex files=20 you're referring to are in .../context/base/, where there are a series=20= of 30 or so such files. It isn't clear to me which one to use. Does the=20= encoding refer to font encoding? =1F=97in which case there is no=20 "enco-8r.tex"=1F=97 or to something else? =97 enco-pdf.tex for example. Thanks very much, David Wooten On Mar 26, 2005, at 11:35 AM, Vit Zyka wrote: > David Wooten wrote: >> Greetings all, >> Taco mentioned the command \uppercased{to get all uppercase letters},=20= >> and it works just fine=85until I try to use my self-installed fonts.=20= >> The quirks come up with diacritics, and this leads me to believe that=20= >> there is an [encoding] or [regime]/ /issue here, as I had similar=20 >> issues > > Yes, \uccode and \lccode are encoding-dependent and are defined in=20 > enco-*.tex files. So, look into the encoding file you are using and=20 > add the their definition between > \startmapping[st1] > \definecasemap 152 184 152 > \stopmapping > with meaning: character 152 has lower counterpart 184 and upper one=20 > 152 (152 is uppercase letter). > > (or for continuous sequence there is abbreviation > \definecasemaps 160 to 188 lc +32 uc 0 > with meaning: > \definecasemap 160 182 160 > \definecasemap 161 183 161 > ... > \definecasemap 188 220 188 > ) > > vit