Skip to content
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

permit callsigns that begin with a number #5

Open
swharden opened this issue Jan 15, 2025 · 0 comments
Open

permit callsigns that begin with a number #5

swharden opened this issue Jan 15, 2025 · 0 comments

Comments

@swharden
Copy link
Owner

Portion of an email from Ross:

you program spits out calls starting with a numeral of which there are many countries that have first Char as a numeral

e.g., 9A9UN and 6O0O

The relevant line of code is here:

if (!char.IsLetter(callsign.First()))
throw new ArgumentException("callsign must start with a letter");

This issue will track removing this constraint to allow callsigns that begin with a number

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant