|
|
|
|
|
by Avernar
3205 days ago
|
|
Ah, I see. I agree that it would be a bad idea to give acess to the UTF-8 representstion. As for length in bytes, a good way to handle most use cases regarding that is to have a function that truncates the string to fit into a certain number of bytes. That way you can make sure it fits into whatever fixed buffer and the truncation would happen on a grapheme level. |
|