From owner-freebsd-questions@FreeBSD.ORG Thu Mar 11 09:56:07 2010 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 CF0BB106566C for ; Thu, 11 Mar 2010 09:56:07 +0000 (UTC) (envelope-from elmstel@gmail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 66ECB8FC08 for ; Thu, 11 Mar 2010 09:56:06 +0000 (UTC) Received: by wwb28 with SMTP id 28so163351wwb.13 for ; Thu, 11 Mar 2010 01:56:01 -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:subject:content-type :content-transfer-encoding; bh=jbFmo4hlYZTK8q05b4oJ6mCVPKYCSBwTXg/pAwSn2ro=; b=cyWfTv1BSVPundj65CDGtiTTqlKTiHAzTW3mrYPYrwta7gRZSMpRkPD8rP1qJUloCO kg8VSc7Ph1TjRVs2MeF008YN1B7YuxTiQ3QkeERx3fXD/GSQ+/4ZpZuw+zU30zIT4kiF 2+PdTThlQZjDnq83x1FjfSwqkVOo/vAs+5M3s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=MalZyG4+pUYQhl3MEpgMZ97ElZ0C6Q7O/jWaUzoi7uIYl6tK7PHqBzll93zip8k0tn KfLBCQPVE3IMO2hFCMJZy1OLzXYJye4N0mn8hY6oBUQoI0cTOUVTQJPyQcBQmoy03pxn lzAkWRkAvKjdnaDguW435ACEafHO4lYNJtXms= Received: by 10.216.89.149 with SMTP id c21mr1920217wef.43.1268301360901; Thu, 11 Mar 2010 01:56:00 -0800 (PST) Received: from [10.0.0.7] (91-115-214-42.adsl.highway.telekom.at [91.115.214.42]) by mx.google.com with ESMTPS id g11sm25260529gve.23.2010.03.11.01.55.59 (version=SSLv3 cipher=RC4-MD5); Thu, 11 Mar 2010 01:56:00 -0800 (PST) Message-ID: <4B98865B.5080300@gmail.com> Date: Thu, 11 Mar 2010 06:57:47 +0100 From: Elmar Stellnberger User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Full Unicode Support for FreeBSD 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: Thu, 11 Mar 2010 09:56:07 -0000 Isn`t it time for FreeBSD to fully support Unicode/UTF-8 by now? It is considered to be standard charset by now. XML uses it by default. If you are working with texts in different languages there is no alternative to UTF-8. If you chat with a Linux machine you can easily run into charset troubles if you are still using the old iso-8859-1. By now it is no problem to activate UTF-8 for your console. However a comprehensive Unicode support would require much more: i.e. configuring all user packages like KDE for Unicode support and asserting that also file names (f.i. from ext2 partitions) are interpreted correctly.