Bug #4447
Upper/Lower case for UV-5R memories
Status: | New | Start date: | 01/23/2017 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Aaron P | % Done: | 0% |
|
Category: | - | |||
Target version: | 0.4.1 | |||
Chirp Version: | daily | Platform: | All | |
Model affected: | UV-5R |
Description
When I change:
chirp/drivers/uv5r.py
# UV5R_CHARSET = chirp_common.CHARSET_UPPER_NUMERIC + \ UV5R_CHARSET = chirp_common.CHARSET_ALPHANUMERIC + \ "!@#$%^&*()+-=[]:\";'<>?,./"
I see that the radio can display lowercase in the memory descriptions.
I have not looked into this deeply. Is there a limitation that is known, that I should be aware of? Maybe a minimum firmware version?
I would like to implement this.
I also seem to recall that the generic csv importer uppercases everything, but I'll need to look at that further; I looked a while ago and might be mistaken.
History
Updated by Jim Unroe over 5 years ago
That is the way it was 5 years ago when support was first added to CHIRP. The welcome message allowed UPPER/lower case characters so it was supported that way.
Jim KC9HI
Updated by Aaron P over 5 years ago
Thanks for the response, Jim.
I thought the welcome screen was a bug. I'll stop looking into that.
Now I look at this, the first line of code, which I probably should have quoted as such, is actually a comment that's been interpreted as a numberer list. I'll try to edit it.
Would you rather I only applied this to the firmware version I am running? Or would you prefer to deal with this yourself?
Updated by Aaron P over 5 years ago
Can not quickly see how to edit the initial bug report. Code should read:
# UV5R_CHARSET = chirp_common.CHARSET_UPPER_NUMERIC + \ UV5R_CHARSET = chirp_common.CHARSET_ALPHANUMERIC + \ "!@#$%^&*()+-=[]:\";'<>?,./"
Updated by Tom Hayward over 5 years ago
- Description updated (diff)