xornand / content-extractor

Automatically exported from code.google.com/p/content-extractor
0 stars 0 forks source link

Uri loading and xml parsing detect encoding #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Sometimes encoding is detected wrong way.
We should consider automatic encoding detection (look f.e.
http://www.codeproject.com/cs/algorithms/DetectEncoding.asp) or using
WebBrowser for encoding.

It's also reasonable to allow user change encoding manually.

Original issue reported on code.google.com by mc.ver...@gmail.com on 27 Jul 2007 at 6:08

GoogleCodeExporter commented 8 years ago
Auto-detection from http://www.codeproject.com/cs/algorithms/DetectEncoding.asp
doesn't work :(

Original comment by mc.ver...@gmail.com on 16 Aug 2007 at 1:06