From owner-freebsd-questions@FreeBSD.ORG Wed Jul 17 12:14:51 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8BE59A8E for ; Wed, 17 Jul 2013 12:14:51 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from eu1sys200aog101.obsmtp.com (eu1sys200aog101.obsmtp.com [207.126.144.111]) by mx1.freebsd.org (Postfix) with ESMTP id DC598C52 for ; Wed, 17 Jul 2013 12:14:50 +0000 (UTC) Received: from mail-wg0-f53.google.com ([74.125.82.53]) (using TLSv1) by eu1sys200aob101.postini.com ([207.126.147.11]) with SMTP ID DSNKUeaKoLM8Z973yWuwtBIqLdldKxXjF7GL@postini.com; Wed, 17 Jul 2013 12:14:50 UTC Received: by mail-wg0-f53.google.com with SMTP id y10so1682654wgg.8 for ; Wed, 17 Jul 2013 05:14:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:date:from:message-id:to:subject:reply-to:x-gm-message-state; bh=XQPGFPcGqk/yuYDxr7vhFEPQOUynbekuBiplrFAV2aY=; b=kIgo/X7yllOdo0Gg6KAbGa7Wya/sQAn3dzZUXkf3S4O+4pM2EwJui6yfnufm3m7eZk yt5XA+llqHsNHVZgyq61oUceDz51OhqnES9j+C2Pz4kUxk/lLnblv57hzftTCjLfAyI5 2oZ8ubzadCRc/q4vekpjRvjV/QspeYG0Hj3FDiJtXXQr8m+2IUIhYkOXfprrtunZQhl8 sgkxhocAcADaRr+w3ZaRniUfdCydo79Bc2GUT0SPiGSqtdGKk3o8M4IZpwcUCEYZm0cf Py+a1PSQOhzXNtqebCxOObOrxygrN0vyGLP6sAlBbYFSAdRDpWE5kxdRUG7a61IonGgV eHVA== X-Received: by 10.180.185.101 with SMTP id fb5mr4446776wic.44.1374063264614; Wed, 17 Jul 2013 05:14:24 -0700 (PDT) X-Received: by 10.180.185.101 with SMTP id fb5mr4446769wic.44.1374063264533; Wed, 17 Jul 2013 05:14:24 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id a6sm9235734wib.10.2013.07.17.05.14.22 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 17 Jul 2013 05:14:23 -0700 (PDT) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6) with ESMTP id r6HCELB1058011 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 17 Jul 2013 13:14:21 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6/Submit) id r6HCELjV058010 for freebsd-questions@freebsd.org; Wed, 17 Jul 2013 13:14:21 +0100 (BST) (envelope-from mexas) Date: Wed, 17 Jul 2013 13:14:21 +0100 (BST) From: Anton Shterenlikht Message-Id: <201307171214.r6HCELjV058010@mech-cluster241.men.bris.ac.uk> To: freebsd-questions@freebsd.org Subject: LC_CTYPE=fr_FR.ISO8859-1 with xterm - still French accented characters are corrupted X-Gm-Message-State: ALoCoQl68NvnOry5gCzoeLqjgoeh4rFAdDBebSQgExUOmesZdkWAwL3x9DhZMLkAvmuO80Ly9POF/+Y2AiQ4YkYjJy3xvDOhw3D7JzpDxocUF++Dd5lluelPMxpMu6abtD8nli0fkServxhhoGPy+5o86ODWdiIcpM/nxZePgaoAHIacKjyxNEWEptBAYDF+is7P2+lxIQiB X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jul 2013 12:14:51 -0000 I tried, in tcsh: % setenv |grep FR XTERM_LOCALE=fr_FR.ISO8859-1 LC_CTYPE=fr_FR.ISO8859-1 but the accented French characters are corrupted, e.g. in /usr/ports/french/aster/pkg-descr. I built xterm with % make -C /usr/ports/x11/xterm showconfig ===> The following configuration options are available for xterm-296: 256COLOR=on: Enable 256-color support DABBREV=off: Enable support for dabbrev-expand DECTERM=off: Enable DECterm Locator support GNOME=off: GNOME desktop environment support LUIT=on: Use LUIT for locale convertion from/to UTF-8 PCRE=on: Use Perl Compatible Regular Expressions SIXEL=on: Enable Sixel graphics support WCHAR=on: Enable wide-character support ===> Use 'make config' to modify these settings I usually can read russian with either ru_RU.KOI8-R or en_US.UTF-8 in xterm, so I think the xterm is set up correctly to view 8-bit characters. Please advise Thanks Anton