Concatenates code element strings.
#include <unidef.h> UniChar *ucs1; const UniChar *ucs2; UniChar *ucString; ucString = UniStrcat(ucs1, ucs2);