Project

General

Profile

Actions

Bug #4447

open

Upper/Lower case for UV-5R memories

Added by Aaron P about 7 years ago. Updated about 7 years ago.

Status:
New
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
01/23/2017
Due date:
% Done:

0%

Estimated time:
Chirp Version:
daily
Model affected:
UV-5R
Platform:
All
Debug Log:
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.

Actions #1

Updated by Jim Unroe about 7 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

Actions #2

Updated by Aaron P about 7 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?

Actions #3

Updated by Aaron P about 7 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 + \
     "!@#$%^&*()+-=[]:\";'<>?,./"
Actions #4

Updated by Tom Hayward about 7 years ago

  • Description updated (diff)
Actions

Also available in: Atom PDF