Primarily an improvment to the internationalisation. Previously the ATIS considered the world as either the UK or the rest of the world. Now it considers it as US+Canada or the rest of the world. This is much more consistent with global usage of pressure units as either inches or millibars, which is the most important difference. Also some other tweaks and cleanups.
20 lines
517 B
C++
20 lines
517 B
C++
// NOTE: This file serves as a database.
|
|
// It is read by some utility programs that synthesize
|
|
// the library of spoken words.
|
|
|
|
REMAP(Intl, International)
|
|
REMAP(Rgnl, Regional)
|
|
REMAP(Co, County)
|
|
REMAP(Muni, Municipal)
|
|
REMAP(Mem, Memorial)
|
|
REMAP(Meml, Memorial)
|
|
REMAP(Apt, Airport)
|
|
REMAP(Arpt, Airport)
|
|
REMAP(Fld, Field)
|
|
REMAP(AFLD, Airfield)
|
|
REMAP(AFB, Air_Force_Base)
|
|
REMAP(AB, Airbase)
|
|
REMAP(AAF, Army_Air_Field)
|
|
REMAP(MCAS, Marine_Corps_Air_Station)
|
|
REMAP(JR, Junior)
|
|
REMAP(GKI, NIL)
|