Project

General

Profile

Bug #4447

Updated by Tom Hayward over 7 years ago

When I change: 

 chirp/drivers/uv5r.py 

 <pre> 
 # UV5R_CHARSET = chirp_common.CHARSET_UPPER_NUMERIC + \ 
 UV5R_CHARSET = chirp_common.CHARSET_ALPHANUMERIC + \ 
     "!@#$%^&*()+-=[]:\";'<>?,./" 
 </pre> 

 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.

Back