Added rule attribute $noprefix for *_rules files. The rule is not used if a prefix has been removed from the word.
Language changes: en, or, pt, ta.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@369 d46cf337-b52f-0410-862d-fd96e6ae7743
Language changes to: an, en, gu, it, pt, ta.
Superscripts and subscripts are spoken as single letters and numbers during njormal speech, and with "superscript" and "subscript" spoken when spelling.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@367 d46cf337-b52f-0410-862d-fd96e6ae7743
Language changes:
an, en, es, fa, gu, it, pt, ta, te.
Voice files: added attribute 'dictdialect', eg:
dictdialect en-us
uses the US English voice to speak words or rules which are marked with _^_EN
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@366 d46cf337-b52f-0410-862d-fd96e6ae7743
The espeak subversion and development releases do not provide the
full dictionary data for the Russian and Chinese languages due to
their size. The supplemental data is instead provided at
http://espeak.sourceforge.net/data/ for the user to download and
use to build the improved language files themselves.
These files are included in the dictsource/extra directory for
completeness and so they can be properly versioned/tracked over
time.
They are not included in the dictsource directory as this would
cause them to be used to build the dictionary files, so would
differ from the dictionaries built by espeak.
wxwidgets 3.0: move FONT_* construction to SpectFrame
When using wxWidgets 3.0, creating a wxFont requires the gtk+
library to be initialized. This is causing espeakedit to segfault.
SpectFrame::Draw is the only place where the FONT_* variables are
used, so move them into the SpectFrame class and create them in
the constructor.
Also, FONT_NORMAL is not used so it has been removed.