unicode: Add utf8_ptr_to_index().
Useful when we have pointer to char inside string, but need to return char index. (E.g. str.find()).
Please register or sign in to comment
Useful when we have pointer to char inside string, but need to return char index. (E.g. str.find()).