-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't send a non UTF-8 characters over the bus #977
Comments
This is a known issue but:
|
I'll look through that in another time I guess. |
I've made a PR #1010 for this issue, if you can, please consider reviewing it. |
yassinebenarbia
added a commit
to yassinebenarbia/zbus
that referenced
this issue
Sep 24, 2024
Add FilePath type as a thin wrapper around Path/Cow<Path> - Implement FilePath as a wrapper around Path/Cow<Path> - Derive Type, Debug, Default, PartialEq, and Eq traits - Implement from/to_bytes methods for serialization - Provide examples of usage and comparison with Path/PathBuf Fixes dbus2#977.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to send a path (PathBuf) through a (z/d)bus proxy to (z/d)bus server, but I got this error by trying to send a path with a non UTF-8 character
So my question is:
Is it possible to send this exact path with no modification over it's encoding, or encoding is forced? and if so, is there a workaround?
Note:
The text was updated successfully, but these errors were encountered: