Hi all.

CM9.  CFDocument.  PDF.  Chinese characters.  Ugh.  When first migrating from 
CM7 to CM9, producing a PDF document, via CFDocument, containing Chinese 
characters, the characters would not show in the PDF (though they showed just 
fine in HTML or FlashPaper), which seems to be a known issue.  From other 
resources online, about the only thing I could find was the suggestion to 
remove the Chinese fonts from the server system.  I removed the two (4, 
actually) ttc system fonts from the server.  Poof, they show up in the PDF - 
yay!  But this is not the end of the problems.  If I wrap any of the Chinese 
characters with ANY html tag - in this case I want <b> - they don't show in the 
PDF anymore.  I've tried <b>, css/style, setting the characters wanted to a 
variable and outputting it with tags in the variable and/or surrounded by tags 
- nothing.  Any ideas on how to get this working?

Fine:

&#25105;&#20497;&#30332;&#
29694;&#20320;&#30340;&#30003;&#35531;&#34920;&#26684;&#26377;&#21839;&#38988;&#65292;&#35531;&#23559;&#20854;&#26356;&#27491;&#20006;&#37325;&#26032;&#25552;&#20132;&#32102;&#25105;&#20497;&#23529;&#26680;&#12290;&#35531;&#22312;&#20320;&#30340;
<br><br>
&#30003;&#35531;&#34920;&#26684;&#20839;&#20316;&#20197;&#19979;&#26356;&#27491;&#65306;

Not fine:

<b>
&#25105;&#20497;&#30332;&#29694;&#20320;&#30340;&#30003;&#35531;&#34920;&#26684;&#26377;&#21839;&#38988;&#65292;&#35531;&#23559;&#20854;&#26356;&#27491;&#20006;&#37325;&#26032;&#25552;&#20132;&#32102;&#25105;&#20497;&#23529;&#26680;&#12290;&#35531;&#22312;&#20320;&#30340;
<br><br>
&#30003;&#35531;&#34920;&#26684;&#20839;&#20316;&#20197;&#19979;&#26356;&#27491;&#65306;
</b>

TIA 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350232
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to