Re: [PR] Add script for ignored words [openoffice]

2025-02-16 Thread via GitHub
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

Re: [PR] Add script for ignored words [openoffice]

2025-02-16 Thread via GitHub
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

Re: [PR] Add script for ignored words [openoffice]

2025-02-16 Thread via GitHub
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

Re: [PR] Add script for ignored words [openoffice]

2025-02-16 Thread via GitHub
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