Bug #6605
closedFT4X name tags should allow characters + - / @ and *
100%
Description
When entering repeater name tags from the keyboard the * V/M key on the keyboard enables the characters + - / @ and * to be added to a name tag. These are read and and written to the radio correctly. When editing existing or adding a new tag chirp masks these characters and they are removed from the tag. I think line 533 in ft4.py that reads 'CHARSET = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqurtuvwxyz*# "' should be CHARSET = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqurtuvwxyz*# +-/@"
Updated by Daniel Clemmensen over 5 years ago
- Assignee changed from Rob Hunter to Daniel Clemmensen
- % Done changed from 0 to 50
- Estimated time set to 0:30 h
- Platform changed from Windows to All
I'm on it
Updated by Daniel Clemmensen over 5 years ago
- Status changed from New to Closed
- % Done changed from 50 to 100
Applied in changeset commit:7dd63bfc0b61.
Updated by Daniel Clemmensen over 5 years ago
- Status changed from Closed to In Progress
- % Done changed from 100 to 90
Reopening this bug. The initial fix added "#" instead of "@". Furthermore, the charset dropped the lowercase "s" and duplicated the lowercase "u".
Updated by Daniel Clemmensen over 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
Applied in changeset commit:95b50c97cb8c.