On Fri, Apr 22, 2005 at 10:55:35AM +0100, Sithrandel wrote:
> The problem with MacOSX is that 10.2.8 does not support wchar type nor 
> the towupper function.

How about doing a configure check for towupper()?  This would mean
changing the workaround to depend on something like #ifndef HAVE_TOWUPPER
instead of #ifdef __APPLE__ as currently.

-- [EMAIL PROTECTED]


Reply via email to