[Libreoffice-bugs] [Bug 33849] smath does not handle accents in MathML

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jan 3 05:30:12 PST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=33849

--- Comment #6 from Joshua Cogliati <jjcogliati-r1 at yahoo.com> 2012-01-03 05:30:12 PST ---
Right now, the patch works adds support for all libre office regular sized
accents except for dddot, which libre office outputs as 0x20DB, but expects as
0xE09B.  I this could be fixed by changing the patch to add something like:
0xE09B is in the private use area of unicode.

            case 0xE09B:
+           case 0x20DB:
                APPEND(rText,"dddot ");
                break;

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Libreoffice-bugs mailing list