orca.chnames (version 1534, $Date$)
index
/usr/lib/python2.5/site-packages/orca/chnames.py

Provides getCharacterName that maps punctuation marks and other
individual characters into localized words.

 
Functions
       
getCharacterName(character)
Given a character, return its name as people might refer to it
in ordinary conversation.
 
Arguments:
- character: the character to get the name for
 
Returns a string representing the name for the character

 
Data
        __copyright__ = 'Copyright (c) 2005-2006 Sun Microsystems Inc.'
__date__ = '$Date$'
__id__ = '$Id$'
__license__ = 'LGPL'
__version__ = '$Revision$'