Question
Unicode strncpy vs Unicode snprintf vs equal sign
Hi, I see these functions have essentially the same functionality, is there any recommendation on which to use?
I understand snprintf has the advantage of formatting other data types into the string, but for simple string = string functionality, does it matter which is used? I notice doing UnicodeChar a = UnicodeChar b also works.
