Upgrade to raring fails with UnicodeDecodeError ( 'ascii' codec can't decode byte 0xd0) when using russian locale
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-release-upgrader (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
When user with russian locale launches ubuntu-
Установка обновления может занять несколько часов (trans: installation could take a few hours). После завершения
загрузки отменить установку будет нельзя (trans: after finishing download installation can't be aborted).
Продолжить [дН] Подробности [п] (trans: Continue [...], Details [...])
Notice that confirmation keys are translated too. It could be a problem of translation, but in previous versions of ubuntu (9.10 -> 10.04) keys д/Н/п worked without any problem.
Traceback (most recent call last):
File "/tmp/ubuntu-
<module>
sys.exit(main())
File
"/tmp/ubuntu-
line 240, in main
if app.run():
File
"/tmp/ubuntu-
line 1765, in run
return self.fullUpgrade()
File
"/tmp/ubuntu-
line 1722, in fullUpgrade
if not self.askDistUpg
File
"/tmp/ubuntu-
line 970, in askDistUpgrade
self.cache.
File
"/tmp/ubuntu-
line 166, in confirmChanges
if res.strip(
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position
0: ordinal not in range(128)
Status changed to 'Confirmed' because the bug affects multiple users.