From owner-freebsd-current@FreeBSD.ORG Wed Jul 15 16:17:51 2009 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 3D430106566B for ; Wed, 15 Jul 2009 16:17:51 +0000 (UTC) (envelope-from alexanderchuranov@gmail.com) Received: from mail-bw0-f208.google.com (mail-bw0-f208.google.com [209.85.218.208]) by mx1.freebsd.org (Postfix) with ESMTP id BA9D48FC0A for ; Wed, 15 Jul 2009 16:17:50 +0000 (UTC) (envelope-from alexanderchuranov@gmail.com) Received: by bwz4 with SMTP id 4so942775bwz.43 for ; Wed, 15 Jul 2009 09:17:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=bVMlnKQvfy+4I7FZb/CkB4TbJ+hOH/KPRWJ2gKblBM0=; b=m10KFIKSPQaoF5fG+fL6hfhDURdrym1k8ZxthuymYKaHtcQgETyDE1hHWhuLePIoRM eXyBiea6JivYLvUd2mkiUo8Fm9TsZ0sRkNCSQLhpc13vOzuv+aLd72HxhkFAGYr+DHSC qEI/ZfBFY+XBP/Xpd5jkG/UTQPFmBBodAXlgY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=r8zkoJU57hdLeJhuEGkx989o452kRjAtdQ3QlOc6uyA0nFbIjipCeu+i8QIOfDYKod z+mHEGqBsRUowOzhMR5CeMRsixkqXiXpBuO3CzCDhC0E4pOLd7Gl7UMyJHFyzoe4alnw 9hAPrdcljxu60ZoBf5wiNThQKjAVfmxY6Cgx8= MIME-Version: 1.0 Received: by 10.204.102.14 with SMTP id e14mr7814777bko.183.1247672763657; Wed, 15 Jul 2009 08:46:03 -0700 (PDT) In-Reply-To: <1247603171.2105.38.camel@localhost> References: <4A5C9CE2.6060801@free.fr> <20090714155513.GO48776@hoeg.nl> <1247599592.2232.27.camel@localhost> <20090714194726.GP48776@hoeg.nl> <1247603171.2105.38.camel@localhost> Date: Wed, 15 Jul 2009 19:46:03 +0400 Message-ID: <3cb459ed0907150846q4e3893a4r91131b24098d6de7@mail.gmail.com> From: Alexander Churanov To: vova@fbsd.ru Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Ed Schouten , freebsd-current@freebsd.org, Franck Royer Subject: Re: UTF-8 on 8.0-CURRENT: Yes We Can! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2009 16:17:51 -0000 Vladimir, I have been working on this for some time in February. All changes are checked into Perforce branch named "syscons-utf8". See http://p4db.freebsd.org/branchView.cgi?BRANCH=syscons%2dutf8 for details. Basically, mapping unicode to selected 8-bit charset is implemented, as well as changes for vidcontrol(1) to manipulate it. What's left: 1) New ioctls should be reviewed. 2) Documentation is not written. So then I need to negotiate implementation plan with Ed and may start with finishing that work right on the next week. I guess this code will not go into 8.0. In this case I may start with full unicode rendering with no mapping upon finishing code based on mapping approach. We have discussed it with Ed and come to conclusion that it is not hard to implement. Sincerely, Alexander Churanov