From owner-freebsd-stable@FreeBSD.ORG Tue Sep 10 08:26:30 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A92A642D; Tue, 10 Sep 2013 08:26:30 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ie0-x22c.google.com (mail-ie0-x22c.google.com [IPv6:2607:f8b0:4001:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74E582385; Tue, 10 Sep 2013 08:26:30 +0000 (UTC) Received: by mail-ie0-f172.google.com with SMTP id c10so15505925ieb.31 for ; Tue, 10 Sep 2013 01:26:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=23Q9ki+gG7P5PZAWls1yePNzPSiAd+Fg09GpB69b8Aw=; b=G6Z6Udj8X/uk5ToC7ZVrA/csuW2kIBsn9XnQru4luM232G3rr4UkW+nLkUsxwEHlwz Df85gHRfscM7eiGgRQ0V+ulkWLoi9QH4Z2KCRdcwtbppww+sICKo1VewOApI3YbkQUoI /K72E2pJs5duq1CHsED/VT/YUpfDnwNsvw+HQV4rB88mSF/Kfqo6mvSUHoByglqCSQP+ iwKyLVI2Fgm6koXUp+E34yD9a9z7jpNPHQTSDXePc7oUNG6CELrLhhHg6Mk4TvSY+cDy EmMkMoZxvmeBVFjxojMB3Ve9p6i3sL+iaaQ1rVzrwRkIjDaOrS4BbAV12FejHRp40zgv 187A== MIME-Version: 1.0 X-Received: by 10.50.154.41 with SMTP id vl9mr10600672igb.10.1378801589927; Tue, 10 Sep 2013 01:26:29 -0700 (PDT) Received: by 10.64.60.1 with HTTP; Tue, 10 Sep 2013 01:26:29 -0700 (PDT) In-Reply-To: <20130828131017.GA89499@lyxys.ka.sub.org> References: <20130828131017.GA89499@lyxys.ka.sub.org> Date: Tue, 10 Sep 2013 10:26:29 +0200 Message-ID: Subject: Re: State of Unicode collation support in FreeBSD? From: David Demelier To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: freebsd-i18n@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 08:26:30 -0000 2013/8/28 Wolfgang Zenker : > [crossposted to -stable and -i18n, replies directed to -stable] > > Hi everyone, > > could someone point me to infos regarding Unicode collation support in FreeBSD? > All I could find was https://wiki.freebsd.org/KonradJankowski/Collation but > that page has not been changed in more than two years. Looking at sources of > -current it doesn't look like those changes made it into the source tree yet. > > Wolfgang I think no one is really interested to add real UTF-8 support to Syscons. Currently you can get UTF-8 output by using Syscons xterm ttys (which is default) and set your appropriate locales. For input it's currently (unfortunately) not supported. If you use X.Org, then your fine using UTF-8. Cheers, -- Demelier David