When using XeTeX, I sometimes get errors like this:
LaTeX Font Warning: Font shape `EU1/AdobeSongStd(0)/m/sc' undefined
(Font) using `EU1/AdobeSongStd(0)/m/n' instead on input line 181.
As I am using CJK, the error does not seem to be telling me which character it cannot print. How do I specifically identify which character cannot be displayed?
CJKpackage? With XeLaTeX, you should be using thexeCJKpackage instead. – LianTze Lim Nov 29 '11 at 10:03