Problem using Dbus on native czech OS
Marcin ‘Qrczak’ Kowalczyk
qrczak at knm.org.pl
Fri May 30 03:15:41 PDT 2008
2008/5/30 Petitfourg Sébastien <keb.scred at wanadoo.fr>:
> In fact, there is a path used and send to dbus. This one is composed of
> severals special characters with accents in czech OS and this occurs an
> error when calling the invoke_method() function.
If you mean a D-Bus object path, it is ASCII only (with more restrictions).
http://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-marshaling
If you mean pasing a filename as a string argument of a D-Bus method,
the string argument must be UTF-8.
--
Marcin Kowalczyk
qrczak at knm.org.pl
http://qrnik.knm.org.pl/~qrczak/
More information about the dbus
mailing list