The manual says (page 4):
Unicode Any non-ASCII characters are prohibited in the entire .bib file.
How does one use it with a BibTeX file in Russian, like for example?
@book{Lebedev-rus,
author = {Н. Н. Лебедев},
title = {Специальные функции и их приложения},
address = {Москва},
publisher = {Гос. изд-во физико-матем. лит-ры},
year = {1963},
pages = {359},
langid = {russian},
url = {https://ikfia.ysn.ru/wp-content/uploads/2018/01/Lebedev1963ru.pdf},
}
Needless to say that Unicde is the default encoding of TeX now and has been for over 4 years already.
The manual says (page 4):
How does one use it with a BibTeX file in Russian, like for example?
Needless to say that Unicde is the default encoding of TeX now and has been for over 4 years already.