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

--- Comment #7 from Matthew Francis <[email protected]> ---
See also:
http://cgit.freedesktop.org/libreoffice/core/tree/filter/source/xslt/import/wordml/wordml2ooo_page.xsl#n345

...
            <xsl:when test="$number-format = 'chinese-counting-thousand' or
$number-format = 'ideograph-digital' or $number-format = 'japanese-counting' or
$number-format = 'japanese-digital-ten-thousand' or $number-format =
'taiwanese-counting-thousand' or $number-format = 'taiwanese-counting' or
$number-format = 'taiwanese-digital' or $number-format = 'chinese-counting' or
$number-format = 'korean-digital2' or $number-format = 'chinese-not-impl'">
                <xsl:attribute name="style:num-format">一, 二, 三,
...</xsl:attribute>
            </xsl:when>
...

If I read this correctly, we are folding numerous OOXML numbering formats into
"一, 二, 三, ...". A thorough resolution of this issue should include
consideration of precisely how these formats differ, and whether we are doing
everything reasonably possible in terms of round trip compatibility.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to