Date: Tue, 08 Dec 1998 16:35:53 -0500 From: "Kaleb S. KEITHLEY" <kaleb@ics.com> To: hackers@FreeBSD.ORG Subject: Re: Wchar support in FreeBSD Message-ID: <366D9BB8.CB2D98FF@ics.com> References: <199812072144.OAA06810@mt.sri.com> <001901be22f0$746f4fe0$ca2aa8c0@ripley.tavari.muc.de> <199812082127.OAA13924@mt.sri.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?366D9BB8.CB2D98FF>