forked from VE3NEA/MorseRunner
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect DXCC Entity reported in status bar for some callsigns #236
Comments
w7sst
added a commit
that referenced
this issue
Feb 9, 2024
Updates to ARRL.pas (DXCC list parser) - do not sort the regular expression list. These are ordered and must be processed in reverse order. - added code to skip comments - when extracting the callsign's prefix, do not remove the trailing characters. (This was masking prefixes with a trailing character (e.g. <digit><char>). - special case for KG4 (Guantanamo Bay). Turns out many US callsigns have KG4 prefix but are located in US. The convension used by many is to let the 2x1 or 2x3 forms of this prefix to be in US and let any 2x2 calls to be in Guantanamo Bay. Updates to ARRL.LIST (DXCC list)... - The prefix TO cannot be used for Guadeloupe, Mayotte, Saint Barthelemy - The prefix TO cannot be used for Martinique, Austral I., - The prefix TX cannot be used for New Caledonia, Chesterfield Is. - The prefix TX cannot be used for Clipperton I. - The prefix TX cannot be used for French Polynesia, Marquesas Is. - The prefix TO cannot be used for Reunion I., Glorioso Is., Juan de Nova - The prefix TO cannot be used for Tromelin I., Saint Martin - 4V was listed for Italy; it should be 4U. - Greenland prefix changed to OX|XP; was P[XP]. - Remove Mount Athos (SV) since it was hiding Greece (includes SV) - Kaliningrad was hiding European Russia; updated regular expression. - The prefix VP8,LU cannot be used for South Georgia I. - The prefix VP8,LU cannot be used for South Orkney Is. - The prefix VP8,LU cannot be used for South Sandwich Is. - The prefix VP8,LU cannot be used for South Shetland Is.
w7sst
modified the milestones:
v1.83.1 - bug fix release,
v1.84 - IARU HF World Championship Contest
Feb 9, 2024
w7sst
added a commit
that referenced
this issue
Feb 12, 2024
Updates to ARRL.pas (DXCC list parser) - do not sort the regular expression list. These are ordered and must be processed in reverse order. - added code to skip comments - when extracting the callsign's prefix, do not remove the trailing characters. (This was masking prefixes with a trailing character (e.g. <digit><char>). - special case for KG4 (Guantanamo Bay). Turns out many US callsigns have KG4 prefix but are located in US. The convension used by many is to let the 2x1 or 2x3 forms of this prefix to be in US and let any 2x2 calls to be in Guantanamo Bay. Updates to ARRL.LIST (DXCC list)... - The prefix TO cannot be used for Guadeloupe, Mayotte, Saint Barthelemy - The prefix TO cannot be used for Martinique, Austral I., - The prefix TX cannot be used for New Caledonia, Chesterfield Is. - The prefix TX cannot be used for Clipperton I. - The prefix TX cannot be used for French Polynesia, Marquesas Is. - The prefix TO cannot be used for Reunion I., Glorioso Is., Juan de Nova - The prefix TO cannot be used for Tromelin I., Saint Martin - 4V was listed for Italy; it should be 4U. - Greenland prefix changed to OX|XP; was P[XP]. - Remove Mount Athos (SV) since it was hiding Greece (includes SV) - Kaliningrad was hiding European Russia; updated regular expression. - The prefix VP8,LU cannot be used for South Georgia I. - The prefix VP8,LU cannot be used for South Orkney Is. - The prefix VP8,LU cannot be used for South Sandwich Is. - The prefix VP8,LU cannot be used for South Shetland Is.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The DXCC Entity for certain callsigns are not reported correctly in the status bar. This is a minor problem and does not affect overall operation.
Steps To Reproduce
Expected behavior
Display Continent/Entity in status bar matching entered callsign.
Actual Behavior
Sometimes the displayed information is wrong. Here are a few examples...
Reproduces how often
Not often. You will only see it if one of these types of call patterns are entered.
Version information
Additional context
The text was updated successfully, but these errors were encountered: