Closed markmcclain closed 8 months ago
The local name can be any utf-8 chars, but dbus requires a limited ASCII character set.
dbus-next will validate paths to ensure they're [A-Za-z0-9_]*.
[A-Za-z0-9_]*
Fixes #126
Thanks for this @markmcclain !
I'll try to get this pushed to the main branch and published soon.
The local name can be any utf-8 chars, but dbus requires a limited ASCII character set.
dbus-next will validate paths to ensure they're
[A-Za-z0-9_]*
.Fixes #126