Improve short callsign handling (eg K7A)
authorDirk Koopman <djk@tobit.co.uk>
Wed, 28 May 2008 21:26:01 +0000 (22:26 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Wed, 28 May 2008 21:26:01 +0000 (22:26 +0100)
commite044603c96073a6b5e4517d55a7ab48819196439
tree144bcc93743eaaaa2d70a9cf790a7f72872024ac
parenta48eea32af123b571889f70a3e7cef8e157cf389
Improve short callsign handling (eg K7A)

The format of cty.dat has changed in that exact calls now have
an = prefixed to them. This allow reliable checking for exact short
calls that are otherwise treated as prefixes.

Also fix a small buglet on console.pl that meant that line went awry on
lines that are exactly the column width of the screen.
Changes
data/cty.dat
data/prefix_data.pl
perl/Prefix.pm
perl/Version.pm
perl/console.pl