Suffering with compilation using TeXMaker. I added an external .bib file to add to my thesis, and the resulting changes give me the following error upon compilation (PdFLaTeX + quick view):
! Package inputenc Error: Unicode character ̈ (U+0308)(inputenc) not set up for use with LaTeX.See the inputenc package documentation for explanation.Type H <return> for immediate help....
Strangely enough, the resulting PDF is built in my directory with no visible issues.. any clue what is going on? I have made sure to encode any umlauts, etc. correctly in my bibliography file (e.g. as {\"u}, etc.).
\DeclareUnicodeCharacter{0308}{XXX HERE I AM XXX}. This will suppress the error and will make the "XXX HERE I AM XXX" appear in the document where the offending character appeared. This should help you find the problematic passage/.bibentry. – moewe May 31 '22 at 04:25