FG

Display invisible characters in vim

Fresh3 days ago
Mar 15, 202615149 views
Confidence Score0%
0%

Problem

When I compile my source with Latex, I get the following error message Unicode char \u8: not set up for use with LaTeX. Now I suspect that this is due to an invisible character. The command doesn't show anything suspicious and doesn't seem to work for me. This post lets me assume that I also have s…

Error Output

:set list

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Display invisible characters in vim

Low Risk

you could: to display non-ascii chars by their hex-number. and you might also try to highlite non-printable chars by: then there is the option which controls which chars are 'printable'. if that does not help you might want to and check byte by byte…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment