
    g
f                         d Z dZdZdZdZdZddlmZ  ed      Zi Z	ej                  d	      D ]:  Zej                  d
      Zed   j                         e	ed   j                         <   < d Zy)zmProvides getPhoneticName method that maps each letter of the
alphabet into its localized phonetic equivalent.z$Id$z
$Revision$z$Date$z-Copyright (c) 2006-2008 Sun Microsystems Inc.LGPL   )_a$  a : alpha, b : bravo, c : charlie, d : delta, e : echo, f : foxtrot, g : golf, h : hotel, i : india, j : juliet, 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,:    c                 .    t         j                  | |       S )a  Given a character, return its phonetic name, which is typically
    the 'military' term used for the character.

    Arguments:
    - character: the character to get the military name for

    Returns a string representing the military name for the character
    )__phonnamesget)	characters    0/usr/lib/python3/dist-packages/orca/phonnames.pygetPhoneticNamer   E   s     ??9i00    N)__doc____id____version____date____copyright____license__	orca_i18nr   
__phonlistr	   split__pair__wstripr    r   r   <module>r      s   (4 ? 0  & '
 s# 2F
,,s
C#&q6<<>KQ 2
1r   