I am using texlive 2008 on Win XP. If I run pdflatex on the following:

--------------------
\documentclass[11pt]{book}
\usepackage[resetfonts]{cmap}
\usepackage[T1]{fontenc}
\usepackage{CJKutf8}

\newcommand{\cntext}[1]{{\CJKfamily{bsmi}#1}}

\begin{document}

\begin{CJK}{UTF8}{}
\cntext{􄛆鑑}
\end{CJK}

\end{document}
--------------------

I get:
--------------------
! Font C70/bsmi/m/n/10.95/1046=bsmiu1046 at 10.95pt not loadable: Metric
(TFM)
file not found.
<to be read again>
                   relax
l.11 \cntext{􄛆鑑}
--------------------

But if I only have the second character 鑑, it works!
The first character has the hex value: 001046c6 and the second: 9451
Many thanks in advance,
Cesar


_______________________________________________
Cjk maillist  -  [email protected]
https://lists.ffii.org/mailman/listinfo/cjk

Reply via email to