I haven't informed myself a lot about the utf8x option of the inputenc package, other than it seems it should be avoided. Still, I've come across a weird behaviour with a directly-input micro symbol (µ):
\documentclass{standalone}
\usepackage[utf8]{inputenc} % change to [utf8x]
\usepackage{libertine}
\usepackage[libertine]{newtxmath}
\usepackage{siunitx}
\begin{document}
µ \(\mu\)\si{\micro}
\end{document}
Which produces this with utf8:
And this with utf8x:
Which means that it remaps the micro symbol µ from the keyboard to an italic greek mu. Linux Libertine has a distinct micro symbol with rounded descender:
It would be great to know the reason(s) for this. In any case, this question would serve for anybody who stumbled on this behaviour as well.



\mushould not be interchanged like that. – lblb Apr 11 '17 at 18:49\ensuremath{\mu}rather than just ending up looking the same? There is no why to answer "why?" other than ask the authors of the utf8x version, they just chose to define it that way. Of course if you target a very minimal tex distribution with only cm fonts then math is the only way to get Greek so perhaps\ensuremath{\mu}comes from that mindset. – David Carlisle Apr 11 '17 at 18:59