From owner-freebsd-questions@FreeBSD.ORG Wed Jan 5 18:09:26 2011 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 0A0C3106564A for ; Wed, 5 Jan 2011 18:09:26 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8B54F8FC0C for ; Wed, 5 Jan 2011 18:09:25 +0000 (UTC) Received: by wyf19 with SMTP id 19so15725610wyf.13 for ; Wed, 05 Jan 2011 10:09:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=ykq+dFXon36/FGTHU83WZPzAJ85aTqV/7W5b5bFWJJU=; b=aV2z9xJt+Yo00alqPUWOeNwQ0ow1ckQucGXj3tQ46w8+PSQzYrzs2vZopXhzdEkmNK t5hf9kLwBxLXjvGcUm8Loxjv7q8ImrWdX/HVYnCI9WaTUBfAwPH6xgvFp553q7vGKLCz exzwCCzHo+pSyqEo3QwYty75O6cHhDt2qZiRQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=YxWdit0edCS8XO46cCHYsf7zeHnGAl1F0vLexhJZofxQieG0Fs/HTh4gaIGXV+jYLN KvKYcJDFoRvixsRxH/iUu7VlhFaQGJ2UT4+F8u3Hb95H6MmxCrA2fdpgsX6TrQNwU5Uj V3y8q5W6cYvXFqf43Sy14ThdvIHFWC1cCGmAc= Received: by 10.227.147.5 with SMTP id j5mr255606wbv.61.1294250962299; Wed, 05 Jan 2011 10:09:22 -0800 (PST) Received: from Abricot.malikania.fr (65.21.102-84.rev.gaoland.net [84.102.21.65]) by mx.google.com with ESMTPS id 11sm16136278wbj.1.2011.01.05.10.09.20 (version=SSLv3 cipher=RC4-MD5); Wed, 05 Jan 2011 10:09:21 -0800 (PST) Message-ID: <4D24B3EB.4040804@gmail.com> Date: Wed, 05 Jan 2011 19:09:47 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.13) Gecko/20101220 Thunderbird/3.1.7 MIME-Version: 1.0 To: Patrick Lamaiziere References: <4D2476EB.3080304@gmail.com> <20110105150714.3e8ecff2@mr129041.univ-rennes1.fr> <4D247C1C.5030703@gmail.com> <4D249A32.4050001@gmail.com> <20110105183929.26c1548b@davenulle.org> In-Reply-To: <20110105183929.26c1548b@davenulle.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Real ISO-8859-15 support or just an `alias' to 8859-1 ? 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: Wed, 05 Jan 2011 18:09:26 -0000 On 05/01/2011 18:39, Patrick Lamaiziere wrote: > Le Wed, 05 Jan 2011 17:20:02 +0100, > David Demelier a écrit : > >> by the way xev outputs this : > > The keysym is good. > > IMO the problem is in the display. How do you see this text in > iso-8859-15 (download and cat test.txt)? > http://user.lamaiziere.net/patrick/test.txt > > You should see "un œuf pour un €uro" > > I confirm that the DejaVu font displays well the euro and > the oe french ligature. Well, I don't know where is your problem. It has > always worked fine here, on the console and under X11. > > If it can help, locale -a > ~$ locale -a | grep fr_FR > fr_FR.ISO8859-1 > fr_FR.ISO8859-15 > fr_FR.UTF-8 > > Regards. No it prints the square and the 1/2 :-(. On tty it works! So it's probably in X. -- David Demelier