From owner-freebsd-questions@FreeBSD.ORG Mon Mar 28 23:57:05 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1236116A4CE for ; Mon, 28 Mar 2005 23:57:05 +0000 (GMT) Received: from melon.pingpong.net (82.milagro.bahnhof.net [195.178.168.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF50543D54 for ; Mon, 28 Mar 2005 23:57:04 +0000 (GMT) (envelope-from girgen@FreeBSD.org) Received: from localhost (localhost.pingpong.net [127.0.0.1]) by melon.pingpong.net (Postfix) with ESMTP id 5F12F4B2C8 for ; Tue, 29 Mar 2005 01:57:03 +0200 (CEST) Received: from melon.pingpong.net ([127.0.0.1]) by localhost (melon.pingpong.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 38588-01-20 for ; Tue, 29 Mar 2005 01:57:03 +0200 (CEST) Received: from palle.girgensohn.se (1-2-8-5a.asp.sth.bostream.se [82.182.157.66]) by melon.pingpong.net (Postfix) with ESMTP id 303394B050 for ; Tue, 29 Mar 2005 01:57:03 +0200 (CEST) Date: Tue, 29 Mar 2005 01:57:02 +0200 From: Palle Girgensohn To: questions@freebsd.org Message-ID: X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at pingpong.net Subject: strcoll(3) case sensitivity? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2005 23:57:05 -0000 Hi! On many unix systems, strcoll(3) is case insensitive for locales other than C/POSIX. Not so for FreeBSD. Just curious, is this a design decision or simply the lack of time and efforts to write the code for it? Regards, Palle