Am 25.07.2013 um 18:39 schrieb Pablo Rodríguez
Dear list,
using simplefonts (sorry, I don’t know how to do it with the standard typescripts [it might fail there too]), I don’t get font fallback working for some Hebrew characters.
Here is the sample:
\usemodule[simplefonts] \setupdirections[bidi=on] \definefontfeature[hebrew][lang=heb,script=hebr] \setmainfontfallback[FreeSerif][range={hebrew,greekandcoptic}, force=yes,features=hebrew] \setmainfont[TeX Gyre Pagella] \starttext This Greek letter is printed: ά.\blank
But this Hebrew letter isn’t: אָֽ. \stoptext
It works for Greek, but it doesn’t work for Hebrew.
Am I doing something wrong or is this a bug?
The characters isn’t in one of the specified fallback ranges, you have to add “alphabeticpresentationforms” to the list. Look at the block entry in the table: http://www.fileformat.info/info/unicode/char/fb2f/index.htm Wolfgang