On Fri, 22 Apr 2005 10:55:35 +0100
Sithrandel (Wesnoth) <[EMAIL PROTECTED]> wrote:
> The problem with MacOSX is that 10.2.8 does not support wchar type nor
>  the towupper function.
> 
> Apple are still improving the support for standard Unix libraries for 
> MacOSX. In 10.2.8 support for a number was there, but it was patchy. 
> 10.3 is a lot, lot better with complete support in the areas currently
>  addressed.
> 
> So the options are:
> 
> 1) leave a known bug... start the road to abandoning 10.2.8
> 
> 2) modify main code
> 
> 3) add a fudge towupper function to the Mac specific code.
> 

I guess we should check if towupper is available otherwise we should
define it to toupper.

Jon Daniel


Reply via email to