From owner-freebsd-questions@FreeBSD.ORG Thu May 1 06:32:23 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 BC78C37B404 for ; Thu, 1 May 2003 06:32:23 -0700 (PDT) Received: from thalia.otenet.gr (thalia.otenet.gr [195.170.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id C053043FAF for ; Thu, 1 May 2003 06:32:19 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a150.otenet.gr [212.205.215.150]) by thalia.otenet.gr (8.12.9/8.12.9) with ESMTP id h41DWFTR000965 for ; Thu, 1 May 2003 16:32:16 +0300 (EEST) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.9/8.12.9) with ESMTP id h41DWE3m084399 for ; Thu, 1 May 2003 16:32:14 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.9/8.12.9/Submit) id h41DKxr4072104; Thu, 1 May 2003 16:20:59 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 1 May 2003 16:20:59 +0300 From: Giorgos Keramidas To: JacobRhoden Message-ID: <20030501132059.GC62775@gothmog.gr> References: <200305011648.28755.jrhoden@unimelb.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305011648.28755.jrhoden@unimelb.edu.au> cc: freebsd-questions@freebsd.org Subject: Re: using tcsh with 8bit 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: Thu, 01 May 2003 13:32:24 -0000 On 2003-05-01 16:48, JacobRhoden wrote: > When you convert your keyboard layout to a different language, many > programs seem to accept special characters, but at the commandline > (tcsh) they never work, does anyone know how to fix this? (i searched > on google but all the results were in another language :/ It's usually a matter of correctly setting your locale in the environment. For instance, writing Greek characters at the tcsh prompt works fine here: : $ env | grep LC : LC_COLLATE=el_GR.ISO8859-7 : LC_CTYPE=el_GR.ISO8859-7 : $ env | grep LANG : LANG=C : $ tcsh : giorgos@gothmog[16:15pm]/home/giorgos> [type some greek text; hit ^C] : giorgos@gothmog[16:15pm]/home/giorgos> exit - Giorgos