I am looking for an encoding of arbitrary byte data into an unicode string, that only contains printable characters, much like base64 for ascii.
I would be happy to find such an encoding for any unicode version.
I am looking for an encoding of arbitrary byte data into an unicode string, that only contains printable characters, much like base64 for ascii.
I would be happy to find such an encoding for any unicode version.
The UniBinary library seems to do what i am looking for: