You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS: Archlinux
Python version: 3
dbus-python version: 0.84.0 exists for python3, but nobody use it
Please support Python3 bindings.
Working with python2 and unicode, encode and decode of strings is hell. Especially
when we have input from pyqt4, csv files, normal text files etc.
Python3 uses utf-8 for all and solves many problems with various human languages.
Original issue reported on code.google.com by karaokesuite on 2012-01-08 19:32:50
The text was updated successfully, but these errors were encountered:
In next version, we will remove ibus python library. Instead ibus has gobject-introspection
support. So any programming languages will use gobject-introspection to access ibus
library. If g-i has python3 binding, ibus will support python3 automatically.
Original issue reported on code.google.com by Shawn.P.Huang on 2012-02-01 01:53:27
Original issue reported on code.google.com by
karaokesuiteon 2012-01-08 19:32:50The text was updated successfully, but these errors were encountered: