question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unicode characters are marked as errors

See original GitHub issue

Type 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”: example

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:closed
  • Created 2 years ago
  • Comments:11

github_iconTop GitHub Comments

1reaction
PHPiratescommented, May 10, 2021

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

1reaction
cl445commented, May 4, 2021

TeX Live 2021

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found