Latex 中的希腊语再次出现故障

Latex 中的希腊语再次出现故障
\documentclass[12pt,a4paper,twoside]{memoir}
\usepackage[T1,T2A,LGR]{fontenc}
\usepackage[utf8]{inputenc}\usepackage[polutonikogreek,latin,english,german,french,dutch,italian,spanish,russian]{babel}
\usepackage{csquotes}
\usepackage{calc}
\usepackage{textcomp}
\usepackage{microtype}

\begin{document}

\begin{otherlanguage}{polutonikogreek}Βίβλος Συντίπα τοῦ φιλοσόφου\end{otherlanguage}.

\end{document}

我突然收到一个错误:

Package inputenc Error: Unicode character ^^\ (U+001C) (inputenc) not set up for use with LaTeX.

两年前它就开始运转了。

\usepackage[utf8x]{inputenc}这不是个选择,因为我非常需要西里尔字母。

相关内容