Declared and actual XML encoding should match, and the encoding should be XML valid
Bug #394943 reported by
Display Name
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-xmloutput |
Triaged
|
High
|
Guillermo Gonzalez |
Bug Description
Windows XP, console encoding cp850, Bazaar 1.16.1. The command bzr xmlstatus > file is saving the file as latin-1 with the following content:
<?xml version="1.0" encoding=
‡Æ should be çã (it is, when I do not send the output to a file, or when I run chcp 1252 before the command). I tried to look into the source code of xmloutput and bzr but I could not figure out what's wrong.
affects: | bzr → bzr-xmloutput |
summary: |
- Wrong chars in bzr xmloutput > file + Declared and actual XML encoding do not match |
Changed in bzr-xmloutput: | |
milestone: | none → 0.8.6 |
Changed in bzr-xmloutput: | |
status: | Confirmed → Fix Committed |
Changed in bzr-xmloutput: | |
status: | Fix Committed → Fix Released |
Changed in bzr-xmloutput: | |
status: | Fix Released → Confirmed |
summary: |
- Declared and actual XML encoding do not match + Declared and actual XML encoding should match, and the encoding should + be XML valid |
Changed in bzr-xmloutput: | |
milestone: | 0.8.7 → later |
Changed in bzr-xmloutput: | |
milestone: | 0.8.8 → none |
milestone: | none → 0.8.8 |
status: | Confirmed → Triaged |
description: | updated |
Changed in bzr-xmloutput: | |
milestone: | 0.8.8 → none |
Changed in bzr-xmloutput: | |
milestone: | none → 0.9 |
To post a comment you must log in.
I suspect this is a problem with console character encoding in bzr