https://bugs.documentfoundation.org/show_bug.cgi?id=150206
--- Comment #9 from Bernard Moreton <[email protected]> --- Re comments 1,2,4: editing the RTF to change an 'o' to an 'รถ' (o-unlaut) should be done by copy-and-paste of the o-umlaut over the 'o', or by direct keying (on my Ubuntu, Magic+o," - my Magic key in AltGr), not by entering \u246\'3f . Just thought I'd better make sure! For the font BookAntiqua, to accord with the RTF-Specification, the correct font entry should include \fcharset1, NOT \fcharset128. The PRQ entry should probably be \fprq2, like the other Roman entries - but at least it hasn't been set to \fprq1, which would be positively wrong. It looks (from LO Git) as though LO uses internal XML font tables, probably inherited unchanged from OOo, rather than interrogating the font on the system. I have looked for such a table on my system, but haven't found one, so I assume that it's compiled-in? If I'm right, then to make LO consistent with the RTF Specification, the entry for Book Antiqua should be updated. The current font entry in RTF export does not just produce an unstable file, but does so because it does not conform to the specification. (The use of an internal table would also explain why TeX-Gyre_Pagella is given such a wrong entry in the fonttbl - I can't find any mention of Pagella on LO Git.) If that (hypothesised) LO internal font table is on the compiled system and I simply haven't found it, then please point me to the right location, and I'll happily try editing it on my system. -- You are receiving this mail because: You are the assignee for the bug.
