bzr shell: 'ascii' codec can't decode
Bug #718740 reported by
Bastian
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
BzrTools |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
When I use the bzr shell on Windows 7 I get the following error on commiting changes with umlauts.
C:\foo> bzr shell
bzr xyz:64/> ci -m "foöö"
Unhandled error:
'ascii' codec can't decode byte 0x94 in position 2: ordinal not in range(128)
Bazaar (bzr) 2.2.3
Python interpreter: C:\Program Files (x86)\Bazaar\
Python standard library: C:\Program Files (x86)\Bazaar\
Platform: Windows-
bzrlib: C:\Program Files (x86)\Bazaar\
Changed in bzrtools: | |
status: | Incomplete → Confirmed |
To post a comment you must log in.
Thanks for the report. Could you post the full traceback for the error? It should be in the .bzr.log file, which `bzr version` will tell you where to find.