I want to make stressed cyrillic letters in TeX Live 2023. Compiling of the following file
Code: Select all
\documentclass[russian,english]{article}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\begin{document}
\selectlanguage{russian}
Stressed cyrillic letters: \'в\'ф\'ы
\end{document}
Code: Select all
l.11 Stressed cyrillic: \'в\'Ñ„\'Ñ
‹
The document does not appear to be in UTF-8 encoding.
Try adding \UseRawInputEncoding as the first line of the file
or specify an encoding such as \usepackage [latin1]{inputenc}
in the document preamble.
Alternatively, save the file in UTF-8 using your editor or another tool
How can I make stressed cyrillic letters in UTF?