Bug #6605
FT4X name tags should allow characters + - / @ and *
Status: | Closed | Start date: | 03/14/2019 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | Daniel Clemmensen | % Done: | 100% |
|
Category: | - | |||
Target version: | chirp-daily | Estimated time: | 0.50 hour | |
Chirp Version: | daily | Platform: | All | |
Model affected: | Yaesu FT-4XR |
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*# +-/
"
Associated revisions
History
Updated by Daniel Clemmensen over 3 years ago
- Assignee changed from Rob Hunter to Daniel Clemmensen
- % Done changed from 0 to 50
- Estimated time set to 0.50
- Platform changed from Windows to All
I'm on it
Updated by Daniel Clemmensen over 3 years ago
- Status changed from New to Closed
- % Done changed from 50 to 100
Applied in changeset 7dd63bfc0b61.
Updated by Daniel Clemmensen over 3 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 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
Applied in changeset 95b50c97cb8c.