<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello!<br>
<br>
I am trying to get Chinese in my xelatex document.  Based on the
instructions I've found here:
<a class="moz-txt-link-freetext" href="http://www.reed.edu/cis/help/LaTeX/language.html#cjk">http://www.reed.edu/cis/help/LaTeX/language.html#cjk</a>, I am using the
following sourcecode:<br>
<br>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<span class="Note"><span class="User">\documentclass[11pt]{article}<br>
\usepackage[cm-default]{fontspec}<br>
\begin{document}<br>
Some plain old text. And now, some Chinese: {\fontspec{STKai} 你好吗}.<br>
\end{document}</span></span><br>
<br>
The document compiles with no errors, but the PDF displays question
marks instead of Chinese characters.  I would greatly appreciate any
suggestions anyone has.<br>
<br>
Thanks so much,<br>
<br>
Joshua<br>
</body>
</html>