Mixed languages in text reader

Is it possible to mark text in languages different from chinese? In that way tre text reader can skip the text and read only chinese text. I looked for this information in manual but I had'nt luck!

For example
//Vingt-sixième leçon
今天是星期日,

and //Vingt-sixième leçon is skipped.

P.S. // is skipped using arrows, not using continous reading
 
Last edited:

HW60

状元
If you just want to mark such text, you can insert a dummy character before the text, like
//一Vingt-sixième leçon

Then 一 (yi1 = one) or any other chinese character is recognized and can be marked, and the following characters can also be marked.
 
No solution yet.
in
//Vingt-sixième leçon
今天是星期日,
***continuous reading*** try to read Vingt-sixième leçon as pinyin, and this statement is not skipped.
using
//一Vingt-sixième leçon
the effect is the same
 

mikelove

皇帝
Staff member
Ah, that's not supported at the moment - TTS engine assumes everything will be Chinese. Can consider an option for this in a future release though.
 
In effect the solution of my problem can create more problems for other people: escape characters can be eventually present in any text... So the Pleco reader works better in actual configuration (all is chinese..).
 
Top