[Bug 1057485] Re: ubiquity-kde codepage problem in Timezone map (Timezone.py)
Ubuntu Foundation's Bug Bot
1057485 at bugs.launchpad.net
Thu Sep 27 16:21:18 UTC 2012
The attachment "ubiquity-utf8-tooltip-in-timezone.patch" of this bug
report has been identified as being a patch. The ubuntu-reviewers team
has been subscribed to the bug report so that they can review the patch.
In the event that this is in fact not a patch you can resolve this
situation by removing the tag 'patch' from the bug report and editing
the attachment so that it is not flagged as a patch. Additionally, if
you are member of the ubuntu-reviewers team please also unsubscribe the
team from this bug report.
[This is an automated message performed by a Launchpad user owned by
Brian Murray. Please contact him regarding any issues with the action
taken in this bug report.]
** Tags added: patch
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubiquity in Ubuntu.
https://bugs.launchpad.net/bugs/1057485
Title:
ubiquity-kde codepage problem in Timezone map (Timezone.py)
Status in “ubiquity” package in Ubuntu:
Triaged
Status in “ubiquity” source package in Quantal:
Triaged
Bug description:
When installing kubuntu using the Greek language, in the Timezone selection screen,
there is a tooltip that shows the time and then supposedly "am" or "pm" but in Greek
case it shows gibberish instead of "πμ" or "μμ".
The reason is a hidden python str -> QString conversion since QString is latin-1 by
default.
One way to solve this problem is to add:
QtCore.QTextCodec.setCodecForCStrings(QtCore.QText.CodecForName("utf8"))
after
class TimezoneMap(QtGui.QWidget):
at
ubiquity/frontend/kde_components/Timezone.py
I would guess that this also affects other languages with non-latin alphabets
(e.g., Russian). Please fix.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1057485/+subscriptions
More information about the foundations-bugs
mailing list