utf-8 Locale support on Solaris and Linux

A basic question I guess...

Do C functions like strlen(), isaplha() and other locale sensitive C
functions behave properly when Locale has been set to utf-8?

Or do I have to use the wide character functions like wcslen(), iswaplha()
with wchar_t datatype?

Francois

Received on Thursday, 27 September 2001 16:27:49 UTC