From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14407 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: extended ascii characters Date: Sat, 03 Jan 2004 19:51:40 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040103195015.01df2c50@localhost> References: <20040103002917.4900.qmail@smtp-int.net.ipl.pt> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1073249656 10461 80.91.224.253 (4 Jan 2004 20:54:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Jan 2004 20:54:16 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sun Jan 04 21:54:13 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AdFGH-0007q4-00 for ; Sun, 04 Jan 2004 21:54:13 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 23C4410B4A; Sun, 4 Jan 2004 21:53:46 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id 32B2A10B3E for ; Sun, 4 Jan 2004 21:52:06 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id i04KqLp07530 for ; Sun, 4 Jan 2004 21:52:21 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 970502E94D; Sun, 4 Jan 2004 21:52:29 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.1]) by server-1.pragma-net.nl (Postfix) with ESMTP id 8775417B19 for ; Sun, 4 Jan 2004 20:52:27 +0000 (UTC) X-Sender: hagen-mail@localhost X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: <20040103002917.4900.qmail@smtp-int.net.ipl.pt> Original-References: <20040103002917.4900.qmail@smtp-int.net.ipl.pt> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14407 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14407 At 01:29 03/01/2004, you wrote: >I would like to know how I may use extended ascii characters in context, >for example character number 167. >Thanks in advance normally this is handled by font encoding and input regimes if you want to directly access a char, how about: \definesymbol[whatever][\getglyph{...}{167}] see symb-*.tex for examples Hans