From owner-freebsd-current@FreeBSD.ORG Tue Nov 9 17:59:00 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B23E01065670 for ; Tue, 9 Nov 2010 17:59:00 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6434A8FC18 for ; Tue, 9 Nov 2010 17:59:00 +0000 (UTC) Received: by gwj16 with SMTP id 16so4682567gwj.13 for ; Tue, 09 Nov 2010 09:58:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:reply-to:x-mailer:mime-version :content-type:content-transfer-encoding; bh=Enyhg3EK0K6/IqG9q+iq+xFPF6D2NxztYyXNsgCggFY=; b=dlrawQbMI7L34dcpcPhebVGGmA9cIL5buZPjJU6Rt25NSNG/HHBWSr9lmTEX4Uv3Ex YnkmpydBz94YUaTsRZXy8XaJlRUo0HufUQb7UysCjE+IwQ5FRMB80/yDBZ3yfnMW5Efn 8bpSjIBxaNRvLPDt7JC1ZjIikxpi0OHfTFm8A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; b=FlbtiLPyffIH8qWiBH9Pwy8HSy0fxE8+i5sVIWpo+V027S27lyWPPu3sNk1T7eAnZb r6yYbJecNpWE19mBILVOLG3ymw6eld05AcAqVomebDJRrewgAHw9WhuCeB1dEfrV94hl RFprIc87zRCnhRXrxzK+6fUVc5dzGGalrOrM8= Received: by 10.223.70.139 with SMTP id d11mr2652245faj.36.1289325538755; Tue, 09 Nov 2010 09:58:58 -0800 (PST) Received: from ernst.jennejohn.org (p578E2049.dip.t-dialin.net [87.142.32.73]) by mx.google.com with ESMTPS id k21sm833395faa.25.2010.11.09.09.58.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 09 Nov 2010 09:58:57 -0800 (PST) Date: Tue, 9 Nov 2010 18:58:55 +0100 From: Gary Jennejohn To: Renato Botelho Message-ID: <20101109185855.38586eb2@ernst.jennejohn.org> In-Reply-To: References: <20101109100319.GV2054@hoeg.nl> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: Ed Schouten , Eir Nym , FreeBSD, Lists Subject: Re: Syscons and termcap X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 17:59:00 -0000 On Tue, 9 Nov 2010 14:08:01 -0200 Renato Botelho wrote: [snip stuff from Ed] > Well, few weeks ago I moved from ISO-8859-1 to UTF-8 on my Xorg > environment, and after reading this I decided to make a test. > > I rebuilt my 9.0-current (r215031) with option TEKEN_UTF8 in kernel > config, and after configure my syscons to use cp850-* fonts i can > see UTF-8 chars properly \o/ > > The only thing i cannot do here is to type chars with accent like αι > on console, because it seems to don't respect deadkeys, when I > press ' the char ' is show and never wait the next char to compose > a new one when necessary. Is it a knwon issue or i'm doing > something wrong? > > I'm using us.iso.kbd > This may seem like a stupid comment, but I'd say that the "iso" does not imply UTF-8 support. In fact, there seem to be only ISO or code page keymaps under /usr/share/syscons/keymaps. But I'm no keymap expert. -- Gary Jennejohn