Page 5 of 6

Re: New CPS 2024 01 22

Posted: Fri Mar 22, 2024 11:42 am
by F1RMB
It's probably not an ASCII char, isn't ?

About the APRS Id, it doesn't exist (probaly a relic from the past). The Id used in the tree view is issued from the menu entry that opens the APRS configuration window.

I think you'd better wait for the next CPS release, as many fixes were made in the language files.

Re: New CPS 2024 01 22

Posted: Fri Mar 22, 2024 11:53 am
by SA0BUX
BD4SMY wrote:
Fri Mar 22, 2024 11:19 am
BTW, Which punctuation mark can I use in OpenGD77 display? When I use " ' " and " - ", the screen all display " . ", I don't know the reason.


QQ截图20240322191416.jpg


QQ截图20240322191224.jpg
Nevermind , I didn't notice it was for DMR ID Names.


Seems that " ' " (Apostrophe) isn't available on the radios character set.
Try with " ´ " (Acute accent) or " ` " (Grave accent) , they exist on key number 1 when I try on the radio.
(But I haven't verified it in CPS config load)

Re: New CPS 2024 01 22

Posted: Fri Mar 22, 2024 11:54 am
by BD4SMY
F1RMB wrote:
Fri Mar 22, 2024 11:42 am
It's probably not an ASCII char, isn't ?
But it is half width ASCII character -- single quotation mark (Hu Ya'nan) & short horizontal line (-).

Re: New CPS 2024 01 22

Posted: Fri Mar 22, 2024 11:59 am
by F1RMB
Due to used compression for the DMR Id, such characters aren't usable

Re: New CPS 2024 01 22

Posted: Fri Mar 22, 2024 2:23 pm
by BD4SMY
SA0BUX wrote:
Fri Mar 22, 2024 11:53 am

Seems that " ' " (Apostrophe) isn't available on the radios character set.
Try with " ´ " (Acute accent) or " ` " (Grave accent) , they exist on key number 1 when I try on the radio.
(But I haven't verified it in CPS config load)
So, Could you please list some characters which I can use? Thanks.

I tried /(slash) `(accent) :(colon) import from CSV in CPS and failed.

Re: New CPS 2024 01 22

Posted: Fri Mar 22, 2024 3:22 pm
by SA0BUX
BD4SMY wrote:
Fri Mar 22, 2024 2:23 pm
SA0BUX wrote:
Fri Mar 22, 2024 11:53 am

Seems that " ' " (Apostrophe) isn't available on the radios character set.
Try with " ´ " (Acute accent) or " ` " (Grave accent) , they exist on key number 1 when I try on the radio.
(But I haven't verified it in CPS config load)
So, Could you please list some characters which I can use? Thanks.

I tried /(slash) `(accent) :(colon) import from CSV in CPS and failed.
Sorry, I think I misunderstood.

You want to use it in the callsign database?

/L

Re: New CPS 2024 01 22

Posted: Fri Mar 22, 2024 3:33 pm
by BD4SMY
Yes.
QQ截图20240322233231.jpg
QQ截图20240322233231.jpg (79.45 KiB) Viewed 1543 times

Re: New CPS 2024 01 22

Posted: Fri Mar 22, 2024 4:05 pm
by F1RMB
You could use:
[0-9A-Za-z. ]
Which is 64 characters.

Re: New CPS 2024 01 22

Posted: Sat Mar 23, 2024 5:38 am
by BD4SMY
F1RMB wrote:
Fri Mar 22, 2024 4:05 pm
You could use:
[0-9A-Za-z. ]
Which is 64 characters.
OK. So we can only use period mark (.)

Re: New CPS 2024 01 22

Posted: Sat Mar 23, 2024 5:55 am
by F1RMB
Well, any character out of this list is changed to a period.