[orca-list] Pronunciation dictionary is not working



Hi,
I customized a few characters in the pronunciation tab of Orca, but they
were not spoken as defined.
Here's the part of the user-settings.py that contain the entries:

# User customized pronunciation dictionary settings
#
import orca.pronunciation_dict

orca.pronunciation_dict.pronunciation_dict={}
orca.pronunciation_dict.setPronunciation('"', 'zitat')
orca.pronunciation_dict.setPronunciation('<', 'kleiner')
orca.pronunciation_dict.setPronunciation('>', 'groesser')

import orca.orca_state

try:
    reload(orca.orca_state.orcaCustomizations)
except AttributeError:
    try:
        orca.orca_state.orcaCustomizations = __import__("orca-customizations")
    except ImportError:
        pass

What's wrong?
Hermann

-- 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]