Unicode::UnicodeChar strncpy
Hello.
I'm trying to pass wildcard buffer to model.hpp and convert Unicode::UnicodeChar to char and I'm using strncpy. But it copies only one character.. Where is problem here?

Also if I copy Unicode::UnicodeChar to Unicode::UnicodeChar buffer it works good.