Dear Werner,

I use the hyperref to produce chinese bookmarks with following minimal
example: 

----------------------------
% In UTF-8 encoding
% Test CJK pdf outline.
\documentclass{article}
\usepackage{CJKutf8}
\usepackage[T1]{fontenc}
\usepackage[unicode,pdftex]{hyperref}
\hypersetup{colorlinks,linkcolor=blue}
\begin{document}
\begin{CJK*}{UTF8}{song}
\tableofcontents
\section{中国}\label{hello}
\ref{hello}

中国你好。

\end{CJK*}
\end{document} 
---------------------------

After run the pdflatex twice, I can get the bookmarks correctly, but
each time when I run pdflatex, I will meet the following errors:

---------------------------------
! Package inputenc Error: Unicode char \u 8:中 not set up for use with
LaTeX.

See the inputenc package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.1 ...rn> to continue without it.}}{1}{section.1}
                                                  
? 

! Package inputenc Error: Unicode char \u 8:国 not set up for use with
LaTeX.

See the inputenc package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.1 ...rn> to continue without it.}}{1}{section.1}
                                                  
? 
)
[EMAIL PROTECTED]
---------------------------------

Why does this happen?   What should I do to solve this issue?

Regards,
-- 
Hongsheng Zhao <[EMAIL PROTECTED]> 
Xinjiang Technical Institute of Physics and Chemistry
Chinese Academy of Sciences 
GnuPG DSA: 0xD108493
2008-11-2


_______________________________________________
Cjk maillist  -  Cjk@ffii.org
https://lists.ffii.org/mailman/listinfo/cjk

Reply via email to