Quote:
Originally Posted by tompe
Yes, but the character count is in the raw data and I do not know if there is support for this. I cannot decode it and then count the positions.
|
You can still do this (albeit rather inefficiently) by converting to whatever universal encoding you use, then iterating character by character and re-encoding each character into utf-8 to see how many bytes it takes.