piTelex
piTelex copied to clipboard
@ is not correctly escaped
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.
I don't think °
is a valid TTY chracter either.