If I know the position of a certain character in a spannable how to I get the corresponding position in the html? For example if I have the string:
<b>example</b>
and I know the letter 'p' is at position 4 in the spannable, how do I find out that it is at position 7 in the html?