I usually use the MS Mincho font for doing Japanese stuff. However, with XeLatex the following creates gobbledegook:
\documentclass{article}
\usepackage{xeCJK}
% Font should be available on windows
\setCJKmainfont{MS Mincho}
\begin{document}
見た
\end{document}

But when I change out the "MS Mincho" for "SimSun" it renders perfectly fine. I have MS Mincho installed on my computer, so why can't I use it?
