I'm writing a thesis with Texmaker and for my bibliography I work with Mendeley in combination with biber 2.12.
So far, I wrote my text and added a lot of sources with the command \cite{example2019}. example2019 is one of the citation keys in Mendeley.
I have my .bib file from Mendeley and now I started to connect Mendeley with my tex-file with biber.
After running biber (Process exited normally), I get 4 errors form texmaker with the following text:
2 times: ! Package inputenc Error: Unicode character ′ (U+2032)
2 times: ! Package inputenc Error: Unicode character ′ (U+2212)
U+2212 seems to be a minus. However, many of my 300+ sources have a minus.
How can I find the problems most time efficient?
PS: I use the package
\usepackage[utf8]{inputenc}
and I tried to convert the .bib file into utf8 with TextEdit on OS X
′or this:−and you will see the same problem. You can solve the problem replacing this characters with\'{}and$-$, or as commented, using xelated or lualatex (that most probably are already installed in your computer). – Fran Oct 02 '19 at 22:20inputencorfontenc, maybe removing those packages from your preamble already helps. For more details, please have a look at https://tex.stackexchange.com/q/2984/35864. It is quite hard to give more useful advice without seeing more code (best in form of an MWE https://tex.meta.stackexchange.com/q/228/35864, https://tex.meta.stackexchange.com/q/4407/35864), though. – moewe Oct 03 '19 at 09:42.bibentries as well as a full MWE (see my comment above). If there is no update here in due time I will vote to close this question as unclear what you are asking. – moewe Oct 06 '19 at 15:33