Browse Source

code cleanup: const vowels_be in SelectTranslator

master
Yury Popov 2 years ago
parent
commit
29f7afc688
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libespeak-ng/tr_languages.c

+ 1
- 1
src/libespeak-ng/tr_languages.c View File

@@ -542,7 +542,7 @@ Translator *SelectTranslator(const char *name)
{
static const unsigned char stress_amps_be[8] = { 12, 10, 8, 8, 0, 0, 16, 17 };
static const short stress_lengths_be[8] = { 160, 140, 200, 140, 0, 0, 240, 160 };
static wchar_t vowels_be[] = { // offset by 0x420 -- а е ё о у ы э ю я і
static const wchar_t vowels_be[] = { // offset by 0x420 -- а е ё о у ы э ю я і
0x10, 0x15, 0x31, 0x1e, 0x23, 0x2b, 0x2d, 0x2e, 0x2f, 0x36, 0
};
static const unsigned char consonants_be[] = { // б в г д ж з й к л м н п р с т ф х ц ч ш ў

Loading…
Cancel
Save