Actions
Bug #4447
openUpper/Lower case for UV-5R memories
Start date:
01/23/2017
Due date:
% Done:
0%
Estimated time:
Chirp Version:
daily
Model affected:
UV-5R
Platform:
All
I read the instructions above:
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.
Files
Actions