I have a problem with ligatures in LuaLaTeX when using the font Adobe Minion Pro. The fi ligature displays fine but is neither searchable nor copiable. If I copy it, I get some Asian character.
Minimal example:
\documentclass[]{scrartcl}
\usepackage{fontspec}
\usepackage{xunicode}
\setmainfont[]{Minion Pro}
\begin{document}
fi ff tt
\end{document}
Any idea on how to fix this?
Edit: This seems to be a persistent Windows problem. Fonts seems to get mixed-up for an unkown reason and it seems that this is not only happening on my machine. See my last comments to egreg's answer.
Edit2: No Windows problem as it also happens on Kubuntu 13.10. This problem might be reproducible with the 4 Minion Pro OTFs from the Adobe Reader package (Linux .deb version but other versions should be concerned too) and using TeXLive 2013 from DVD (not updated). Can anybody try this out? I suspect it's a TeX bug, possibly something with LuaTeX.
Edit3: It's the TeXLive 2013 version from DVD without update. I updated it and the problem is gone.

