Loading the luatexko package breaks the \ldots (and \dots) macros in text: both look like \cdots. This happens with non-default fonts in the Latin-alphabet text as well. A minimal example:
\documentclass{article}
\usepackage{luatexko}
\begin{document}
Hello\dots world.
Hello\ldots world.
\end{document}
Result:

Note that I am using a relatively old version (2022/11/01, as shipped with TeX Live 2023), so it is possible that this has already been fixed in a later version that I cannot currently run without building an entire TeX Live myself, but I did not see "dots" anywhere in the change log since 2022.