Skip to content

permit callsigns that begin with a number #5

Description

@swharden

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions