[yuan@jackycom test]$ cat UTF8.tex
% This is the file UTF8.tex of the CJK package
% for testing UTF 8 encoding.
%
% written by Werner Lemberg <[email protected]>
%
% Version 4.5.2 (28-Mar-2003)
\documentclass[12pt]{article}
\usepackage{CJK}
% we want the Unicode font for normal text also
\begin{document}
\begin{CJK}{UTF8}{ar_pl_new_sung}
\noindent Hello World!
\noindent Καλημ&#941;ρα κ&#972;σμε
\CJKnospace
\noindent こんにちは 世界
\end{CJK}
\end{document}
%%% Local Variables:
%%% coding: utf-8
%%% mode: latex
%%% TeX-master: t
%%% End: