From owner-freebsd-questions@FreeBSD.ORG Mon Mar 24 22:10:16 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 883B4106564A for ; Mon, 24 Mar 2008 22:10:16 +0000 (UTC) (envelope-from zflyer@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.244]) by mx1.freebsd.org (Postfix) with ESMTP id 373BF8FC1C for ; Mon, 24 Mar 2008 22:10:15 +0000 (UTC) (envelope-from zflyer@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so1020871anc.13 for ; Mon, 24 Mar 2008 15:10:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=+BNU/3TusJw41YD7Y/jTQ0YC+XW/ASbBzCFiImSl0KY=; b=VEqb81TyHJ/gWeP/dAYQKCEAcXZkUYVMNcxRWdHjjj/aq90ZlhH+er8OCdvl/XaqduHib5e5nHkW+on+0uLF6lHNJ6Rn8cgSH5e32JHtAjrPYR3ZmLiKPOEaQKdo4wvPZ/GkVIGIDBsIADv7eUHkLUO5hZETwkeZJzqiS7O7Ro8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dIX5dyaysAYmXJu/XHWTTX890Ofggo89epmX+jhQH0tfMpsOdYEH8WStb0/exOfCA/CIhI59CeSqt8ty5B4Lh/WMfsBJ1VBecZmiNeLC7/dzw2bTGil5Zlf+wohX250ppIN4xBrnm52vRgm9lni3Fd0srFHNWDW8l0IC/7hs4w0= Received: by 10.100.41.11 with SMTP id o11mr19629507ano.7.1206396615150; Mon, 24 Mar 2008 15:10:15 -0700 (PDT) Received: by 10.100.31.20 with HTTP; Mon, 24 Mar 2008 15:10:15 -0700 (PDT) Message-ID: <6293ba970803241510j59ae0349t77a8ce0b25dcd90f@mail.gmail.com> Date: Mon, 24 Mar 2008 18:10:15 -0400 From: Walker To: Gilles , freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: Subject: Re: [6.3/vi] European characters? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2008 22:10:16 -0000 On Mon, Mar 24, 2008 at 5:33 PM, Gilles wrote: > Hello > > vi can't display Euopean characters on my 6.3 setup. For instance, it > shows "Cr\xe9er" instead of "Cr=E9er". > > Am I missing the right font, or is it some wrong setting somewhere? > > Thank you. It's your locale setting (man locale). What I have set in bash, for exampl= e: export LANG=3D'en_US.UTF-8' export LC_COLLATE=3D'C' Your terminal needs to match.