https://bugs.documentfoundation.org/show_bug.cgi?id=137610

--- Comment #4 from Mike Kaganski <[email protected]> ---
An example from word/document.xml from MSO365 (attachment 166523):

>        <w:p w:rsidR="00A318AE"
>               w:rsidRDefault="00962DF6">
>            <w:r>
>                <w:fldChar w:fldCharType="begin"/>
>            </w:r>
>            <w:r>
>                <w:instrText xml:space="preserve"> TIME \@ "yyyy. MM. dd." 
> </w:instrText>
>            </w:r>
>            <w:r>
>                <w:fldChar w:fldCharType="separate"/>
>            </w:r>
>            <w:r>
>                <w:rPr>
>                    <w:noProof/>
>                </w:rPr>
>                <w:t>2020. 09. 22.</w:t>
>            </w:r>
>            <w:r>
>                <w:fldChar w:fldCharType="end"/>
>            </w:r>
>        </w:p>

A similar piece from MSO2013 (attachment 166525):

>        <w:p w:rsidR="00DD5159"
>               w:rsidRDefault="00DD5159">
>            <w:pPr>
>                <w:rPr>
>                    <w:lang w:val="hu-HU"/>
>                </w:rPr>
>            </w:pPr>
>            <w:r>
>                <w:fldChar w:fldCharType="begin"/>
>            </w:r>
>            <w:r>
>                <w:rPr>
>                    <w:lang w:val="hu-HU"/>
>                </w:rPr>
>                <w:instrText xml:space="preserve"> TIME \@ "yyyy.MM.dd." 
> </w:instrText>
>            </w:r>
>            <w:r>
>                <w:fldChar w:fldCharType="separate"/>
>            </w:r>
>            <w:r>
>                <w:rPr>
>                    <w:noProof/>
>                    <w:lang w:val="hu-HU"/>
>                </w:rPr>
>                <w:t>2020.09.22.</w:t>
>            </w:r>
>            <w:r>
>                <w:fldChar w:fldCharType="end"/>
>            </w:r>
>        </w:p>

Look at all those <w:lang w:val="hu-HU"/> from the latter, that are absent in
the former.
And here comes the question: what are the locale settings in your LibreOffice,
that are rightfully used when the document does not provide the language
information.

Likely NAB.

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

Reply via email to