Error "Unsupported non-ASCI character" when inputenc, fontenc included in style-file. #2329
-
I use a style-file that loads inputenc and fontenc. Still, errors "Unsupported non-ASCI character" are shown when the tex file contains Umlauts (äöüß). Example:
Where bar contains
These errors disappear if I include inputenc, fontenc directly in the file. However, I prefer to load all needed packages in the style-file that I use for a number of documents. I use MikTex on Windows, the tex-files are UTF-8-encoded. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Does the document compile if you remove |
Beta Was this translation helpful? Give feedback.
Does the document compile if you remove
\usepackage[utf8]{inputenc}
? I think it should if you have any recent MiKTeX installation, and this inspection can be removed altogether.