| Summary: | DOCX: missing import/export support for Hebrew/Arabic etc numbering Types | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Justin L <jluth> |
| Component: | Writer | Assignee: | Justin L <jluth> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | eyalroz1, jluth |
| Priority: | medium | ||
| Version: | Inherited From OOo | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=120629 | ||
| Whiteboard: | target:7.2.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 112810, 112812 | ||
| Attachments: |
exoticNumbering_MSO2016.docx: mixture of Arabic/Hebrew numbering.
exoticNumbering_MSO2016.pdf |
||
Created attachment 170826 [details]
exoticNumbering_MSO2016.pdf
Proposed patches at http://gerrit.libreoffice.org/c/core/+/113350 tdf#141341 writerfilter: use all NumberingTypes for pgNumFmt http://gerrit.libreoffice.org/c/core/+/113351 tdf#141341 docxexport: consolidate conversion of NumTypes Justin Luth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/4f7bc49bce261f1cf206d25f0299fd080a9f5d28 tdf#141341 writerfilter: use all NumberingTypes for pgNumFmt It will be available in 7.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Justin Luth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/cfdfe45bf2f8e054c811eeac5f993de501cdb532 tdf#141341 docxexport: consolidate conversion of NumTypes It will be available in 7.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |
Created attachment 170825 [details] exoticNumbering_MSO2016.docx: mixture of Arabic/Hebrew numbering. Numbering is used in various places in Writer (and Word). 1.) Line numbering: no option that I see in Word to configure this: Always 1,2,3. 2.) Page numbering: very limited support currently - no Hebrew or Arabic chars. 3.) Footnote numbering: spotty support. 4.) List numbering: good DOCX support. Only missing arabicAbjad recognition. 5.) ??? anything else ??? There are some fairly comprehensive conversion functions for both import and export, but they aren't used consistently. I don't see any reason why the same conversion function can't be used in all cases. Steps to reproduce: -just open the document - none of the numbering should be in 123, or roman. -save and reload the document.