Converts a Unicode character to lowercase according to the language neutral case mapping tables.

#include <unidef.h>

UniChar    ucUniCharIn;
UniChar    ucUniCharOut;

ucUniCharOut = UniTolower(ucUniCharIn);


[Back: UniTolower]
[Next: UniTolower Parameter - ucUniCharIn]