lp://staging/feedparser
- Get this branch:
- bzr branch lp://staging/feedparser
Branch merges
Branch information
Import details
This branch is an import of the Subversion branch from http://feedparser.googlecode.com/svn/trunk.
Last successful import was .
Recent revisions
- 729. By kurtmckee
-
Upgrade gb2312 to gb18030 in the XML declaration
Fixes issue 346.
Thanks to Google user flytwokites for reporting this issue! - 726. By kurtmckee
-
Consolidate `_getCharacterE
ncoding( )` into `convert_to_utf8()` This additionally requires modifying `_toUTF8()`, since the BOM
will have already been stripped from the data when it's passed
to `_toUTF8()`. Changing the behavior of `_toUTF8()` forces the
BOM-with-invalid- characters unit test to be updated as well. - 725. By kurtmckee
-
Move HTTP charset detection to clean up code flow
The code now follows a clearer BOM -> XML -> HTTP -> RFC 3023 flow.
- 721. By kurtmckee
-
Rename `_stripDoctype()` to `replace_doctype()`
Bonus: improve the function docs and make the code more PEP-8 compliant.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)