Created
January 9, 2026 15:39
-
-
Save milescsmith/4815428cbdda25650681e39f5b0df1ee to your computer and use it in GitHub Desktop.
Dictionary/mapping of letter to NATO alphabet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "a": "Alfa", | |
| "b": "Bravo", | |
| "c": "Charlie", | |
| "d": "Delta", | |
| "e": "Echo", | |
| "f": "Foxtrot", | |
| "g": "Golf", | |
| "h": "Hotel", | |
| "i": "India", | |
| "j": "Juliett", | |
| "k": "Kilo", | |
| "l": "Lima", | |
| "m": "Mike", | |
| "n": "November", | |
| "o": "Oscar", | |
| "p": "Papa", | |
| "q": "Quebec", | |
| "r": "Romeo", | |
| "s": "Sierra", | |
| "t": "Tango", | |
| "u": "Uniform", | |
| "v": "Victor", | |
| "w": "Whiskey", | |
| "x": "Xray", | |
| "y": "Yankee", | |
| "z": "Zulu", | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment