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: 我們發&# 29694;你的申請表格有問題,請將其更正並重新提交給我們審核。請在你的 <br><br> 申請表格內作以下更正: Not fine: <b> 我們發現你的申請表格有問題,請將其更正並重新提交給我們審核。請在你的 <br><br> 申請表格內作以下更正: </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

