On Tue, 2009-09-01 at 13:24 +0300, Sergey Poznyakoff wrote: > Alan Hourihane <al...@fairlite.co.uk> ha escrit: > > > Yes, but I get this.... > > > > nm exclude.o | grep towlower > > U _towlower > > > > And my libc doesn't define towlower() either. > > I see. Perhaps it is defined elsewhere? Could you please check? > The gnulib's wchar.h does not provide a wrapper for it, unfortunately.
Just to re-iterate. My libc has no widechar support at all. So only tolower() and not towlower(). Alan.