View Single Post
Old 11-16-2010, 01:34 PM   #8
Bad Astronaut
Member
Bad Astronaut began at the beginning.
 
Posts: 20
Karma: 30
Join Date: Sep 2010
Device: Kindle 3
This is a just a guess, but in ASCII text files each character is one byte so you may be able to just add up the characters in the html. Note that you will have to include spaces, newlines, tabs, and other special characters which may not be visible in a text viewer.

I would also guess that the calculation is based on the raw, uncompressed html (although mobi/azw containers do use compression) but you would have to test it to be sure.
Bad Astronaut is offline   Reply With Quote