I'm porting a unix application that makes heavy use of functions
defined in <wchar.h> to OSX. Sadly <wchar.h> isn't implemented on
OSX. I checked the list archive and searched the web and found a few
suggestions on how to resolve this. Does anyone have any other
suggestions or experience with the following?
Code Warrior (www.codewarrior.com) - mail in the archive indicated
they have wchar.h
STLPort (http://www.stlport.org/)
libwcs (http://www.w3.org/2002/09/amaya-darwin) - Sadly it doesn't
have some functions included in wctype.h such as towlower().
Writing a library using the CoreFoundation - I could probably write
all the functions using the CF, but I was hoping to do it quickly.
I also read what would be best described as a rumor that FreeBSD would
someday have wchar.h, but someday isn't soon enough :).
Thanks
Robert Stehwien
_______________________________________________
unix-porting mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/unix-porting
Do not post admin requests to the list. They will be ignored.