From owner-freebsd-current Tue Mar 9 20:29: 1 1999 Delivered-To: freebsd-current@freebsd.org Received: from bubba.whistle.com (s205m7.whistle.com [207.76.205.7]) by hub.freebsd.org (Postfix) with ESMTP id 8DD5314FF0 for ; Tue, 9 Mar 1999 20:28:59 -0800 (PST) (envelope-from archie@whistle.com) Received: (from archie@localhost) by bubba.whistle.com (8.9.2/8.9.2) id UAA38031 for freebsd-current@freebsd.org; Tue, 9 Mar 1999 20:28:41 -0800 (PST) From: Archie Cobbs Message-Id: <199903100428.UAA38031@bubba.whistle.com> Subject: wchar.h? To: freebsd-current@freebsd.org Date: Tue, 9 Mar 1999 20:28:41 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The jikes Java compiler relies on an include file "whcar.h" being on the system. However, even if it's not, it includes routines to do what it needs... only about 40 lines or so for these functions: wcslen() wcscpy() wcsncpy() wcscat() wcscmp() wcsncmp() How come FreeBSD doesn't have these? Is there a complicated problem preventing us from adding them? Thanks, -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message