Browse Source

Don't ignore ZWJ characters.

master
Reece H. Dunn 7 years ago
parent
commit
7f5914c0de
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/libespeak-ng/tr_languages.c

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

// Used to indicate an alternative connected form made up of the // Used to indicate an alternative connected form made up of the
// characters surrounding the ZWJ in Devanagari, Kannada, Malayalam // characters surrounding the ZWJ in Devanagari, Kannada, Malayalam
// and Emoji. // and Emoji.
0x200d, 1,
// 0x200d, 1, // Not ignored.
// End of the ignored character list. // End of the ignored character list.
0, 0 0, 0
}; };
// Used to indicate an alternative connected form made up of the // Used to indicate an alternative connected form made up of the
// characters surrounding the ZWJ in Devanagari, Kannada, Malayalam // characters surrounding the ZWJ in Devanagari, Kannada, Malayalam
// and Emoji. // and Emoji.
0x200d, 1,
// 0x200d, 1, // Not ignored.
// End of the ignored character list. // End of the ignored character list.
0, 0 0, 0
}; };

Loading…
Cancel
Save