View Single Post
Old 02-06-2010, 11:18 AM   #6
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,557
Karma: 93980341
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
RTF was intended to be a document interchange format, not a permanent storage format. The reason it's so big is that everything is in ASCII, all formatting is done with tags, etc. It was intended to be easy for any program to parse, for import and output.

It's perhaps not the best choice of formats to actually read in; if you convert it to any "binary" format, the size is likely to shrink drastically.
HarryT is offline   Reply With Quote