https://bugzilla.wikimedia.org/show_bug.cgi?id=28206

--- Comment #34 from C. Scott Ananian <canan...@wikimedia.org> ---
Thanks for the good testcase in comment 33.  We might eventually have to split
this up into separate bugs for the Tamil, Bengali, Telegu issues, but we can
keep them together for now.

If you'd like to help debug the issues at a lower-level, the new PDF backend is
comprised of a "bundler" and a "renderer" portion, which are described at
https://www.npmjs.org/package/mw-ocg-bundler and
https://www.npmjs.org/package/mw-ocg-latexer and can be run standalone if
you're brave.  I reproduced the issue described in comment 33 as follows:

$ mw-ocg-bundler -o tamil.zip -p tewiki 1911
$ mw-ocg-latexer -D -v -o tamil.pdf tamil.zip

which gave me the following error from xelatex:

! Package polyglossia Error: The current roman font does not contain the Telugu
script!
(polyglossia)                Please define \telugufont with \newfontfamily.

So it looks like I need to find a good font covering Telegu.  Can you suggest
one?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to