On 2019-01-09, Kornel Benko wrote: > Am Mittwoch, 9. Januar 2019 08:16:50 CET schrieb Guenter Milde > <mi...@users.sf.net>: ... >> On 8.01.19, Kornel Benko wrote: >> > What about 074-76-letterlike-numberforms-arrows_utf8-cjk_pdf2? It is >> > inverted, so does not fail. The error is with angström 'Å' char only.
>> Could you try the following patch: ... >> -0x212b "\\AA" "" "force=utf8,deprecated" "" "" # >> ANGSTROM SIGN >> +0x212b "\\AA" "" "force=utf8;utf8-cjk,deprecated" "" "" >> # ANGSTROM SIGN ... > With this patch the errors starts with ... > Desc: Package inputenc Error: Unicode character â<84><80> (U+2100) > Text: \item [{2100}] â<84><80> > â<84><81> â<84><82> â<84><83> â<84><85> â<84><86> > \textdegree{}F â<84><8b> â<84><8c> â<84><8d> â<84><8e>... ... OK, so the error is not with the Ånström unit sign only. We also need - 0x2100 "\\smallLetterFrac{a}{c}" "smallLetterFrac" "force=utf8;utf8x" "" ""# ACCOUNT OF + 0x2100 "\\smallLetterFrac{a}{c}" "smallLetterFrac" "force=utf8;utf8-cjk;utf8x" "" ""# ACCOUNT OF and maybe more. I assume, that we need to change *all* occurences of force=utf8 because utf8-cjk add just CJK characters that are not handled in lib/unicodesymbols. This may even allow us to revert the ignoring of some tests in b9b975977/lyxgit. (I don't have CJK installed here, so I cannot test.) Günter