https://bugs.documentfoundation.org/show_bug.cgi?id=158225
--- Comment #29 from osnola <[email protected]> --- Oops, I see you've applied the previous patch. The most likely cause of your problem is that you may have two versions of libmwaw.lib/dld/dylib on your system and LibreOffice is still using the old one. Please note - on an old Mac OS, a font has a name and an identifier. Normally in a document, there's a table of font i: (id,fontname) and later in the document, fonts are stored has (font i) or (font with have id). In a Word's file, the latter is used. - Normally, it's safer to use the fontname because the id can change if the user has used Font Mover, so I prefer to use it if it's available, - and yes, you understand the logic, because in this case, nobody will define m_idNameMap[19540], it will use the default value "Sistemnyj" which will set the encoding to Cyrillic. -- You are receiving this mail because: You are the assignee for the bug.
