Unicode characters are marked as errors
See original GitHub issueType of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
Pycharm 2021.1.1 (Professional)
Operating System
MacOS
TeXiFy IDEA version
0.7.6
Minimal example to reproduce the problem
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\begin{document}
Während Adam lacht, jagen zwölf Boxkämpfer Eva quer über den großen Sylter Deich - für satte 12.345.667,89 €uro.
\end{document}
Expected behavior
No error message if Unicode is used.
Actual behavior
I got an error “Unsupported non-ASCII character”:

A quickfix suggest including the fontenc package. But this is not necessary or even a disadvantage when writing an English text with foreign names, for example.
Issue Analytics
- State:
- Created 2 years ago
- Comments:11
Top Results From Across the Web
UTN #27: Known anomalies in Unicode Character Names
In this document we list all Unicode character names with known clerical errors in the spelling of their names at the time of...
Read more >Specials (Unicode block) - Wikipedia
Specials is a short Unicode block of characters allocated at the very end of the Basic ... Unicode's U+FEFF BYTE ORDER MARK character...
Read more >Character code of unknown character-character, e.g. square ...
Unicode has two symbols for unknown characters: □ (WHITE SQUARE, U+25A1) - Replaces a missing or unsupported Unicode character. (REPLACEMENT CHARACTER ......
Read more >Unicode characters display as question marks, 'garbled' or ...
Unicode characters display as question marks, 'garbled' or 'nonsense' text in some Windows Form Controls even though they are stored in a personal...
Read more >Unicode -(U+301) error in biblatex, but not in main text
Unicode combines characters by adding the combining marks after the base glyph. LaTeX works exactly the other way round: The combining ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@cl445 That’s great to hear! I think the
inputencpackage is not actually required since TeX Live 2018, hence no warning. (See e.g. https://tex.stackexchange.com/a/370280/98850)TeX Live 2021