David> Is there some sort of text encoding detection module is the
David> standard library? And, if not, is there any reason not to add
David> one?
No, there's not. I suspect the fact that you can't correctly determine the
encoding of a chunk of text 100% of the time mitigates against it.
Skip