As I understand, a UTF-8 string is a null-terminated string, with variable char length (1-4 bytes). It can be represented as char (is that right?). I need to get its char count to align a textual table for my program. I want to do this with some standard functions, if possible — how can I do this?
Thanks.