~ubuntu-branches/ubuntu/oneiric/espeak/oneiric

« back to all changes in this revision

Viewing changes to src/tr_languages.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2010-03-25 15:34:41 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20100325153441-mcjpxpcwmr7jxcsm
Tags: 1.43.03-0ubuntu1
* New upstream bugfix release
  - Fix crash when embedded control codes are followed by numbers of 5 or more
    digits.
  - Fix lang=hu,  First character of an abbreviation is missed after an
    ordinal number (eg."2. cd")
  - Fix XML tag not recognized after "..." when announce punctuation is
    enabled.
  - Fix lang=zh-yue, 'p' 't' 'k' after a vowel give a long pause.
  - Fix lang=ru, "o" missing in unstressed syllables.
* debian/rules: Hard code version number for point release

Show diffs side-by-side

added added

removed removed

Lines of Context:
598
598
                        tr->langopts.param[LOPT_ANNOUNCE_PUNCT] = 2;  // don't break clause before announcing . ? !
599
599
                        tr->langopts.param[LOPT_MIN_LONG_VOWEL] = 65;
600
600
 
601
 
                        tr->langopts.numbers = NUM_DECIMAL_COMMA | NUM_ALLOW_SPACE | NUM_DFRACTION_5 | NUM_ROMAN | NUM_ROMAN_ORDINAL | NUM_ROMAN_CAPITALS | NUM_ORDINAL_DOT | NUM_OMIT_1_HUNDRED;
 
601
                        tr->langopts.numbers = NUM_DFRACTION_5 | NUM_ALLOW_SPACE | NUM_ROMAN | NUM_ROMAN_ORDINAL | NUM_ROMAN_CAPITALS | NUM_ORDINAL_DOT | NUM_OMIT_1_HUNDRED;
 
602
                        tr->langopts.thousands_sep = ' ';   // don't allow dot as thousands separator
 
603
                        tr->langopts.decimal_sep = ',';
602
604
                        tr->langopts.min_roman = 1;
603
605
                        SetLetterVowel(tr,'y');
604
606
                        tr->langopts.spelling_stress = 1;