>> Only then do I find that ctype<wxUniChar>::to_upper gets called, >> which is not specialized. > > Can we at least fix this? I'll have a look and post a patch. ctype<> is part of the STL. What #ifdefs should I use to wrap the template specialization in? Will wxUSE_STL be enough? I don't want to create any dependencies. Regards Hajo