Merge lp://staging/~ceronman/txsolr/xml-input-encoding-867786 into lp://staging/txsolr
Proposed by
Manuel Cerón
Status: | Merged |
---|---|
Merged at revision: | 60 |
Proposed branch: | lp://staging/~ceronman/txsolr/xml-input-encoding-867786 |
Merge into: | lp://staging/txsolr |
Diff against target: |
58 lines (+21/-2) 2 files modified
txsolr/input.py (+2/-2) txsolr/test/test_input.py (+19/-0) |
To merge this branch: | bzr merge lp://staging/~ceronman/txsolr/xml-input-encoding-867786 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Nicholas Tollervey (community) | Approve | ||
Esteve Fernandez (community) | Approve | ||
Review via email: mp+78149@code.staging.launchpad.net |
Description of the change
This branch introduces the following changes:
- The XML Input encoder now forces UTF-8 encoding when generating XML documents. This prevents unicode errors in Python 2.6.
To post a comment you must log in.
+1 LGTM