piTelex icon indicating copy to clipboard operation
piTelex copied to clipboard

@ is not correctly escaped

Open MrSeccubus opened this issue 2 years ago • 1 comments

https://github.com/fablab-wue/piTelex/blob/3ffa643dd9136631691c38355a40ac5fb6ef8739/txCode.py#L70 Provides a translation for the at sign from @ to (AT)

But, https://github.com/fablab-wue/piTelex/blob/3ffa643dd9136631691c38355a40ac5fb6ef8739/txCode.py#L48

Marks @ as a valid TTY character.

So the code in https://github.com/fablab-wue/piTelex/blob/3ffa643dd9136631691c38355a40ac5fb6ef8739/txCode.py#L110 will not convert it.

MrSeccubus avatar Aug 10 '22 14:08 MrSeccubus

I don't think ° is a valid TTY chracter either.

MrSeccubus avatar Aug 10 '22 14:08 MrSeccubus