From owner-freebsd-hackers Tue Dec 8 13:36:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13548 for freebsd-hackers-outgoing; Tue, 8 Dec 1998 13:36:05 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from ics.com (ics.com [140.186.40.192]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA13541 for ; Tue, 8 Dec 1998 13:36:04 -0800 (PST) (envelope-from kaleb@ics.com) Received: from ics.com (sunoco.ics.com [140.186.40.142]) by ics.com (8.9.0.Beta5/8.9.0.Beta5) with ESMTP id QAA04869 Tue, 8 Dec 1998 16:35:53 -0500 (EST) Message-ID: <366D9BB8.CB2D98FF@ics.com> Date: Tue, 08 Dec 1998 16:35:53 -0500 From: "Kaleb S. KEITHLEY" Organization: Integrated Computer Solutions X-Mailer: Mozilla 4.5 [en] (X11; I; SunOS 5.5.1 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: hackers@FreeBSD.ORG Subject: Re: Wchar support in FreeBSD References: <199812072144.OAA06810@mt.sri.com> <001901be22f0$746f4fe0$ca2aa8c0@ripley.tavari.muc.de> <199812082127.OAA13924@mt.sri.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nate Williams wrote: > > > > Is there any 3rd party libraries that support the 'wchar' stuff? > > Do a mailing list search on "wchar.h functions from Solaris/Linux". There > > was a thread where Terry claimed that XView 3.2 contained wchar support. > > Thanks for the pointer! Libc has the basic stuff: wcslen, mbstowcs, wcstombs, etc. The rest, e.g. wcscat, wcscpy, etc, you can roll your own on -- there's no rocket science involved. -- Kaleb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message