From owner-freebsd-questions@FreeBSD.ORG Mon May 5 03:50:15 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E92937B401 for ; Mon, 5 May 2003 03:50:15 -0700 (PDT) Received: from smtp0.adl1.internode.on.net (smtp0.adl1.internode.on.net [203.16.214.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55D0143F93 for ; Mon, 5 May 2003 03:50:14 -0700 (PDT) (envelope-from Malcolm.Kay@internode.on.net) Received: from beta.home (ppp1458.sa.padsl.internode.on.net [150.101.252.177]) h45AoBsu087073; Mon, 5 May 2003 20:20:12 +0930 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: "How Can ThisBe" , questions@freebsd.org Date: Mon, 5 May 2003 20:20:11 +0930 User-Agent: KMail/1.4.3 References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200305052020.11554.Malcolm.Kay@internode.on.net> Subject: Re: How to type special characters? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2003 10:50:15 -0000 On Mon, 5 May 2003 04:27, How Can ThisBe wrote: > From: Simon Barner > > >Subject: Re: How to type special characters? > > > > >For the Euro symbol, I can offer you this article here > >http://www.freebsd.org/doc/en_US.ISO8859-1/articles/euro/. > > Ah.. maybe that was a bad choice of characters. The =FC (character 252)= is > possibly a better example. > > Thanks however! If you are using X then xterm will (with the right settings) return chara= cters with the 8th bit set when pressed together with a Meta key. You need to u= se xmodmap to install a Meta key or keys and make it(them) a modifier key. Read man xterm; man xmodmap Some other applications might have similar capability to xterm; others wi= ll get their input via xterm when called therefrom. Malcolm=20