M
me
Hi guys,
I'm using an utf8 state-machine I made to check and handle unicode
strings, and was wondering if strncmp could be used for comparing the
after check or if I should roll my own?
It's prototype accepts const char and (on linux at least) internally
uses unsigned char.
What should I do?
Regards,
I'm using an utf8 state-machine I made to check and handle unicode
strings, and was wondering if strncmp could be used for comparing the
after check or if I should roll my own?
It's prototype accepts const char and (on linux at least) internally
uses unsigned char.
What should I do?
Regards,