Digits code words from ITU/IMO added

This commit is contained in:
Alexandre Dulaunoy 2016-08-06 18:18:59 +02:00
parent 497416bd77
commit c55c04fc11

View file

@ -30,7 +30,17 @@ table = {
"w": "whiskey",
"x": "x-ray",
"y": "yankee",
"z": "zulu"
"z": "zulu",
"0": "Nadazero",
"1": "Unaone",
"2": "Bissotwo",
"3": "Terrathree",
"4": "Kartefour",
"5": "Pantafive",
"6": "Soxisix",
"7": "Setteseven",
"8": "Oktoeight",
"9": "Novenine"
}
class IllegalStringSize(Exception):