\documentclass{article}
\usepackage{polyglossia}
\setmainlanguage{russian}
\setotherlanguage{english}
\defaultfontfeatures{Ligatures=TeX}
\setmainfont{Liberation Serif}
\setsansfont{Liberation Sans}
\setmonofont{Liberation Mono}
\usepackage{csquotes}
\MakeOuterQuote{"}
\begin{document}
\enquote{в кавычках}% line 1
"ещё в кавычках"% line 2
\end{document}
Line 1 produces expected results; line 2 outputs two ". If I change the style (ex. using the style option for package) it correctly changes line 1 but still ignores line 2.
Line 1 produces expected results; line 2 outputs two ". If I change the style (ex. using the style option for package) it correctly changes line 1 but still ignores line 2.
Polyglossia 2020/04/08 v1.49 Csquotes 2019-12-06 v5.2j
Log file attached. debug.log