From owner-freebsd-questions@FreeBSD.ORG Wed Jan 5 19:42:19 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 7763C106566C for ; Wed, 5 Jan 2011 19:42:19 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 025F08FC17 for ; Wed, 5 Jan 2011 19:42:18 +0000 (UTC) Received: by wwf26 with SMTP id 26so15468504wwf.31 for ; Wed, 05 Jan 2011 11:42:14 -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=NMiwtY4lreXLTO7vQl0ZxhpUb9tRvD2Q0Klz0SGLrLw=; b=NRqMj2BlVjNhX7Ws0VsQv5u7KKxEci8+vNU8xlPH2tBUD66LnuY++UVAqVvnRxFA1q nEf5qVlTaiHa1gdk+NhlOpkq4ny9uMW5pYML9KjAS6d7faY4AKZMtdRiYWDlmiuwxlAX 8TtqDigBHoQn3wjyXsvEJhyHun6A25Mr+ArRg= 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=vUR2NEi6hb69UFYauLlqhK8y/t74Cvsc+HzhqxMb3QFMm1Q7IXbmHsg3thS6rhj1Wk FcTaSQCkNfns/NbjlmeI3uPijXGdJVlX+D2hGEf9OKCqduCyEHYw8cpmC2jhKYyd9Cf+ noEgDVesGe9b1OG6bN0X6Da7TAnz1WsByMOkI= Received: by 10.227.141.142 with SMTP id m14mr3830229wbu.88.1294256534664; Wed, 05 Jan 2011 11:42:14 -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 m10sm16196463wbc.16.2011.01.05.11.42.07 (version=SSLv3 cipher=RC4-MD5); Wed, 05 Jan 2011 11:42:08 -0800 (PST) Message-ID: <4D24C9A9.30004@gmail.com> Date: Wed, 05 Jan 2011 20:42:33 +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> <4D24B3EB.4040804@gmail.com> In-Reply-To: <4D24B3EB.4040804@gmail.com> 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 19:42:19 -0000 On 05/01/2011 19:09, David Demelier wrote: > 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. > It works with xfce4 Terminal ! -- David Demelier