Pilot-Pirx commented on PR #291:
URL: https://github.com/apache/openoffice/pull/291#issuecomment-2661528242
docx is basically a zip file... (like ODT)
And there are a lot of files from "ancient" times that are not UTF-8
encoded. They will throw warnings, of course.
--
This is an automa
jbampton commented on PR #291:
URL: https://github.com/apache/openoffice/pull/291#issuecomment-2661526323
We can print the stderr messages by running the script with:
`./create-codespell-ignored-words-list.sh &> codespell-errors-list.txt`
which creates a text file which is liste
jbampton commented on code in PR #291:
URL: https://github.com/apache/openoffice/pull/291#discussion_r1957368879
##
create-codespell-ignored-words-list.sh:
##
Review Comment:
Yes I just checked that file now it does not open.
But in general there is a decent size l
Pilot-Pirx commented on code in PR #291:
URL: https://github.com/apache/openoffice/pull/291#discussion_r1957367321
##
create-codespell-ignored-words-list.sh:
##
Review Comment:
./main/writerfilter/qa/documents/multimerge2.docx
seems to be broken/empty...
--
This