commit in 'bzr shell' does not support non-ascii characters
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
BzrTools |
New
|
Undecided
|
Unassigned | ||
bzrtools (Debian) |
Fix Released
|
Unknown
|
Bug Description
(forwarded from Debian bug #542545 by Ben Finney)
When using ‘bzr shell’, I am unable to enter a commit message
containing non-ASCII characters:
=====
bzr burn.subprocess
Unhandled error:
'ascii' codec can't decode byte 0xe2 in position 14: ordinal not in range(128)
=====
If I then exit the shell in the same terminal, the same commit message
is handled fine:
=====
bzr burn.subprocess
$ bzr commit --message "Begin writing ‘get_media_info’ function."
Committing to: /home/bignose/
modified changelog
modified burnlib/burn.py
modified burnlib/media.py
modified test/test_media.py
Please use create_signatures, not check_signatures to set signing policy.
Committed revision 120.
=====
Any characters accepted on the ‘bzr’ command line should be accepted
the same in ‘bzr shell’.
Changed in bzrtools (Debian): | |
status: | Unknown → New |
Changed in bzrtools (Debian): | |
status: | New → Confirmed |
Changed in bzrtools (Debian): | |
status: | Confirmed → Fix Released |
Quite a problem if you want to use bzr shell in anything else than english...
example :
commit -m "réglé un problème"
fails in bzr shell but
bzr commit -m "réglé un problème"
works in bash...