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

0x20 characters replaced by 0xA0 ? #77

Open
tudessan opened this issue Aug 27, 2024 · 2 comments
Open

0x20 characters replaced by 0xA0 ? #77

tudessan opened this issue Aug 27, 2024 · 2 comments

Comments

@tudessan
Copy link

Hello,
I'm using 1.55 release of your Android app on Samsung device.
While I'm receiving 0x20 character from the USB Serial in a frame (I'm sure to receive 0x20 character using Display Mode : Hex), when I copy/paste the frame (using Display mode : Text or Terminal) from the terminal into a macro button, I found 0xA0 character instead (I can check it using Edit mode HEX in macro button).
I tried unsuccessfully to change Display mode or Charset.
Do you have some fix (in Settings) to propose ?

@kai-morich
Copy link
Owner

spaces are converted to non-breaking spaces (0xA0) to significantly reduce line breaks caused by automatic word wrap.

For now you have to convert back manually.

@tudessan
Copy link
Author

tudessan commented Aug 29, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants