Re: Unicode string(3) library?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Wed, 13 Apr 2005 12:29:52 -0500 David Hoerl <dhoerl@mac.com> wrote: Does such a thing exist? - WBR, Alexey Proskuryakov _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I am looking for a version of the string(3) library, but adapted for Unicode strings. [Ifound CFString but not clear if there is a one to one mapping of CFString functionality to string(3) functionality.] No one-to-one mapping, but unless you are porting code that already uses wchar_t, CFString is much more relevant. Am I missing something obvious (if so sorry!) You are probably looking for the functionality in /usr/include/wchar.h (10.3 or higher IIRC). This email sent to site_archiver@lists.apple.com
participants (1)
-
Alexey Proskuryakov