Skip to content
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

read/write/store all files as binary data with unified underlying type #5

Merged
merged 2 commits into from
May 5, 2023

Conversation

WANDEX
Copy link
Owner

@WANDEX WANDEX commented May 5, 2023

read/write/store all files as binary data with unified underlying type
-> char_type, across the project code base and across devices.

u8 - unsigned char type makes printing binary file contents unbearable! => so currently basic char type is used

probably some advanced technique needed in order to print binary file contents,
if stored as u8 - interpret unsigned char as basic char, or smth like that,
which looks very inconvenient & not necessary...?

-> char_type, across the project code base and across devices.

u8 - unsigned char type makes printing binary file contents unbearable!
=> so currently basic char type is used

probably some advanced technique needed in order to print binary file contents,
if stored as u8 - interpret unsigned char as basic char, or smth like that,
which looks very inconvenient & not necessary...?
@WANDEX WANDEX added the enhancement New feature or request label May 5, 2023
@WANDEX WANDEX self-assigned this May 5, 2023
@WANDEX WANDEX linked an issue May 5, 2023 that may be closed by this pull request
@WANDEX WANDEX marked this pull request as ready for review May 5, 2023 13:14
@WANDEX WANDEX merged commit 9cceef2 into master May 5, 2023
@WANDEX WANDEX deleted the bin_data branch May 5, 2023 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support sending and receiving files with binary content data.
1 participant